X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/89b46374d746fe785e3ba0088f0886caa17893db..90483e26cf9f0ced8e5b12586ae3a5e1ec620add:/apps/workbench/app/views/work_units/_show_log.html.erb diff --git a/apps/workbench/app/views/work_units/_show_log.html.erb b/apps/workbench/app/views/work_units/_show_log.html.erb index 323c9e88c7..1f643acdc9 100644 --- a/apps/workbench/app/views/work_units/_show_log.html.erb +++ b/apps/workbench/app/views/work_units/_show_log.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% wu = obj.work_unit(name) %> <% render_log = wu.render_log %> @@ -14,11 +18,11 @@ <%# Still running, or recently finished and logs are still available from logs table %> <%# Show recent logs in terminal window %>

Recent logs

-
<%= live_log_lines %> -
+ <%# Applying a long throttle suppresses the auto-refresh of this partial that would normally be triggered by arv-log-event. %>