X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f5254bc8e4c0d6f0169ce2de4c9ba43ff6fe87a5..04d8e74e9b6476b2a87c5a66c07566f041c97b37:/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 8f1321334c..448e04c663 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,3 +1,24 @@ +<% if !@object.log %> + + + +
<%= @object.stderr_log_lines(Rails.configuration.running_job_log_records_to_fetch).join("\n") %> +
+ +<%# Applying a long throttle suppresses the auto-refresh of this + partial that would normally be triggered by arv-log-event. %> +
+ >
+ +<% else %> +