X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b7f67c80916c2efa0c234ab5f4e92c24d47223c5..411ce5bc5bf433c976f55fe001fe5979456207f2:/apps/workbench/app/views/jobs/_show_log.html.erb?ds=sidebyside 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] %>