X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4dcf4e849f242a929ce03b5d529e0e1a63fbaeb0..a95f899d7ac84f29b3d019aa410d265bb40833e5:/apps/workbench/app/views/pipeline_instances/_running_component.html.erb?ds=sidebyside 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 6a24f1f63b..ded535ef3a 100644 --- a/apps/workbench/app/views/pipeline_instances/_running_component.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_running_component.html.erb @@ -17,29 +17,31 @@ <%= pj[:progress_bar] %> - <% if current_job %> - <%# column offset 4 %> - <% if current_job[:state].in? ["Complete", "Failed", "Cancelled"] %> -
- <% if current_job[:log] %> - <% logCollection = Collection.find? current_job[:log] %> - <% if logCollection %> + <%# column offset 4 %> + <% if not current_job %> +
+ <% else %> +
+ <% if (pipeline_display rescue nil) %> + <% if current_job[:state].in? ["Complete", "Failed", "Cancelled"] %> + <% if current_job[:log] %> + <% logCollection = Collection.find? current_job[:log] %> + <% if logCollection %> + <%= link_to "Log", job_path(current_job[:uuid], anchor: "Log") %> + <% else %> + Log unavailable + <% end %> + <% end %> + <% elsif current_job[:state] == "Running" %> + <% job = Job.find? current_job[:uuid] %> + <% if job %> <%= link_to "Log", job_path(current_job[:uuid], anchor: "Log") %> <% else %> Log unavailable <% end %> - <% end %> -
- <% elsif current_job[:state] == "Running" %> -
- <% job = Job.find? current_job[:uuid] %> - <% if job %> - <%= link_to "Log", job_path(current_job[:uuid], anchor: "Log") %> - <% else %> - Log unavailable <% end %> -
- <% end %> + <% end %> +
<%# column offset 5 %> <% if current_job[:state] != "Queued" %> @@ -59,16 +61,6 @@
<% queuetime = Time.now - Time.parse(current_job[:created_at].to_s) %> Queued for <%= render_runtime(queuetime, false) %>. - <% begin %> - <% if current_job[:queue_position] == 0 %> - 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. - <% elsif current_job[:queue_position] %> - There are <%= current_job[:queue_position] %> jobs in the queue ahead of this one. - <% end %> - <% rescue %> - <% end %>
<% elsif current_job[:state] == "Running" %> <%# column offset 8 %>