Skip to content

Commit

Permalink
Fixed job status HTML for job extended data JSON response
Browse files Browse the repository at this point in the history
  • Loading branch information
abujeda committed Oct 24, 2024
1 parent ac322be commit 6c21645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
json.html_extended_panel render(partial: 'active_jobs/extended_panel', :locals => {:data => jobstatusdata}, :formats => [:html])
json.status jobstatusdata.status
json.status status_label(jobstatusdata.status)
json.html_ganglia_graphs_table render(partial: 'active_jobs/ganglia_graphs_table', :locals => {:d => jobstatusdata}, :formats => [:html])

0 comments on commit 6c21645

Please sign in to comment.