X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/143165afbe34d80c7bdd82d6abaf47fb00a5d059..6c2c6780ec231d5a080878a8c1b7b106c5629483:/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 743045c0a1..02ad2b7398 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 %> +