X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a8b20bd1613c22c7629aa84b0fff51b2434dcf7..415cb3b63e8cfafd4c6b92a8971a0cff74097337:/apps/workbench/app/views/application/_pipeline_status_label.html.erb diff --git a/apps/workbench/app/views/application/_pipeline_status_label.html.erb b/apps/workbench/app/views/application/_pipeline_status_label.html.erb index 8abf65b453..88722726dc 100644 --- a/apps/workbench/app/views/application/_pipeline_status_label.html.erb +++ b/apps/workbench/app/views/application/_pipeline_status_label.html.erb @@ -1,9 +1,11 @@ <% if p.state == 'Complete' %> - finished + complete <% elsif p.state == 'Failed' %> failed <% elsif p.state == 'RunningOnServer' || p.state == 'RunningOnClient' %> running +<% elsif p.state == 'Paused' %> + paused <% else %> <% if not p.components.values.any? { |c| c[:job] rescue false } %> not started