X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/222ce2930a9ab719e2f6f8d0c9268535f7b50abf..1e2e0e4f14a730ba1bbea6a4ced5d87ea2766c35:/apps/workbench/app/views/pipeline_instances/_running_component.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_running_component.html.erb b/apps/workbench/app/views/pipeline_instances/_running_component.html.erb index f53285a029..f87dede2a6 100644 --- a/apps/workbench/app/views/pipeline_instances/_running_component.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_running_component.html.erb @@ -4,9 +4,9 @@
<%# column offset 0 %> -
+

- + <%= pj[:name] %>

@@ -46,7 +46,7 @@ This job is next in the queue to run. <% elsif current_job[:queue_position] == 1 %> There is 1 job in the queue ahead of this one. - <% else %> + <% elsif current_job[:queue_position] %> There are <%= current_job[:queue_position] %> jobs in the queue ahead of this one. <% end %> <% rescue %> @@ -75,7 +75,7 @@
<% end %> - <% if current_job[:state].in? ["Queued", "Running"] %> + <% if current_job[:state].in? ["Queued", "Running"] and @object.editable? %> <%# column offset 11 %>
<%= form_tag "/jobs/#{current_job[:uuid]}/cancel", remote: true, style: "display:inline; padding-left: 1em" do |f| %>