X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/47221ee04bee623850c559274b5ff64fe3068ae6..fcd19228447a2983c7aba8a0f09984eba06ded48:/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 39625b61d5..bb756a0827 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,12 @@ <% log_uuids = [@object.uuid] + pipeline_jobs(@object).collect{|x|x[:job].andand[:uuid]}.compact %> <% log_history = stderr_log_history(log_uuids) %> -
<%= log_history.join("\n") %> -
+
<%= log_history.join("\n") %>
+ +<%# Applying a long throttle suppresses the auto-refresh of this + partial that would normally be triggered by arv-log-event. %> +
+ >