X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b7f67c80916c2efa0c234ab5f4e92c24d47223c5..964ab3dd90ff1508efc0c77378cde2b3a4da1029:/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 caa8377ad0..c916ee9530 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 %> @@ -78,7 +78,7 @@ <% if current_job[:state].in? ["Queued", "Running"] %> <%# column offset 11 %>
- <%= form_tag "/jobs/#{current_job[:uuid]}/cancel", style: "display:inline; padding-left: 1em" do |f| %> + <%= form_tag "/jobs/#{current_job[:uuid]}/cancel", remote: true, style: "display:inline; padding-left: 1em" do |f| %> <%= hidden_field_tag :return_to, url_for(@object) %> <%= button_tag "Cancel", {class: 'btn btn-xs btn-danger', id: "cancel-job-button"} %> <% end %>