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