X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2fcc6fabb45befcc2ee4fe237744d6e3df5c4e39..1bcfe8651af341c6e7cd01a19443c7c288efa932:/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 7324104a55..18021349e2 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,11 +1,20 @@ <% if !@object.log %> -<% log_history = stderr_log_history([@object.uuid]) %> -
- <% log_history.each do |entry| %> - <%=entry%>
- <% end %> -
+ + +
+ +<%# Applying a long throttle suppresses the auto-refresh of this + partial that would normally be triggered by arv-log-event. %> +
+ >
<% else %> @@ -50,7 +59,7 @@ var makeFilter = function() { }); } -<% if @object.log %> +<% if @object.log and !@object.log.empty? %> <% logcollection = Collection.find @object.log %> <% if logcollection %> log_size = <%= logcollection.files[0][2] %>