X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/370366c748b22f5c230bf11e209a190612c088e7..a94e15cab04a19dcbb02f2e95335e337c8e55036:/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] %>