X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/908261de15c98553a4200f01aff1f26ef57c8fb8..4013f2bd35cf76d92aeafc4d3b0b4e2fd7a2dd84:/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 3a4ec4ead0..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,3 +1,7 @@ +<%# 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? } @@ -31,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. %>