X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fbd0963c235b6f7d488c5748c772af8c5f636280..252a5f7f290567f7cbcc9897a879c0a7ebe64e90:/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 68a07efa28..02ad2b7398 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -7,8 +7,8 @@
- <%= @object.stderr_log_lines(Rails.configuration.running_job_log_lines_to_fetch).join("\n") %> + data-object-uuid="<%= @object.uuid %>" + ><%= @object.stderr_log_lines(Rails.configuration.running_job_log_records_to_fetch).join("\n") %>
<%# Applying a long throttle suppresses the auto-refresh of this