X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ff61dd25a70e6467bbafeaaf794cc381f684384..4a7010560e08d8c34656ccf2a7a9fa56fe21d40d:/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..315c8c1831 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,11 +1,19 @@ <% 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 +58,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] %>