X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a1adf1ed6f93ce0769f307a86b6389e9e8e630a9..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 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. %>