X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7b9112dbc270ea338fee756f583bb76870f2e391..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 6775cb876c..315c8c1831 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -4,12 +4,10 @@ class="arv-log-event-listener" data-object-uuid="<%= @object.uuid %>"> -<% log_history = stderr_log_history([@object.uuid]) %> -
<%= log_history.join("\n") %>
+ > <%# Applying a long throttle suppresses the auto-refresh of this partial that would normally be triggered by arv-log-event. %> @@ -17,18 +15,6 @@ data-load-throttle="86486400000" <%# 1001 nights %> > -<%= javascript_tag do %> - window.jobGraphData = []; - window.jobGraphSeries = []; - window.jobGraphSortedSeries = []; - window.jobGraphMaxima = {}; - <% stderr_log_records([@object.uuid],[['properties','~','crunchstat:.*-- interval']]) - .each do |log_record| %> - processLogLineForChart( '<%=j log_record.properties[:text] %>' ); - <% end %> - createJobGraph('log_graph_div'); -<% end %> - <% else %>