X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5141c3ee23e89696773e227a93236ef2a51543c2..cedbb7fc9b07c25ccd57e991c61f5730ebf8c4bb:/apps/workbench/app/views/jobs/_show_log.html.erb diff --git a/apps/workbench/app/views/jobs/_show_log.html.erb b/apps/workbench/app/views/jobs/_show_log.html.erb index 8082d6f5a4..9956913653 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,11 +1,13 @@ <% if !@object.log %> -<% log_history = stderr_log_history([@object.uuid]) %> +
<%= log_history.join("\n") %>
+ > <%# Applying a long throttle suppresses the auto-refresh of this partial that would normally be triggered by arv-log-event. %>