X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/73a8436194e335cfa3e208b2cc86350a2c35ae57..cedbb7fc9b07c25ccd57e991c61f5730ebf8c4bb:/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 af9ab5d535..9956913653 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,17 +15,6 @@ data-load-throttle="86486400000" <%# 1001 nights %> > -<%= javascript_tag do %> - window.jobGraphData = []; - window.jobGraphSeries = []; - window.jobGraphMaxima = {}; - <% stderr_log_records([@object.uuid],[['properties','~','crunchstat:.*-- interval']]) - .each.with_index do |log_record, index| %> - processLogLineForChart( '<%=j log_record.properties[:text] %>' ); - <% end %> - createJobGraph('log_graph_div'); -<% end %> - <% else %>