X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/45f10d80d1b584808a6e375214b5be6bc7d2a730..f4750d53482ddb3990426563bb424f72790b9090:/apps/workbench/app/views/pipeline_instances/_show_log.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_log.html.erb b/apps/workbench/app/views/pipeline_instances/_show_log.html.erb index 187dce7bd2..24937ba0fd 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_log.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_log.html.erb @@ -1,4 +1,9 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% log_ids = @object.job_log_ids + job_ids = @object.job_ids still_logging, done_logging = log_ids.keys.partition { |k| log_ids[k].nil? } %> @@ -19,7 +24,7 @@ <%= cname %> <%= link_to("Log for #{cname}", - {controller: "collections", action: "show", id: log_ids[cname]}) + job_path(job_ids[cname], anchor: "Log")) %> <% end %> @@ -30,10 +35,10 @@ <% unless still_logging.empty? %>

Logs in progress

-
<%= @object.stderr_log_lines.join("\n") %>
+ ><%= @object.stderr_log_lines.join("\n") %> <%# Applying a long throttle suppresses the auto-refresh of this partial that would normally be triggered by arv-log-event. %>