X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4fdfbe8fb9523451b0536042d14c2f229b75c0f3..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