X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e9ccda58ac1b7334cfeee8ab23dd37d9bf3f534d..1bcfe8651af341c6e7cd01a19443c7c288efa932:/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 d3c0a1852f..18021349e2 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -2,14 +2,13 @@ -<% 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,25 +16,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| %> - var logLine = '<%=j log_record.properties[:text] %>'; - processLogLineForChart( logLine ); - <% end %> - window.jobGraph = Morris.Line({ - element: 'log_graph_div', - data: jobGraphData, - ymax: 1.0, - xkey: 't', - ykeys: jobGraphSeries, - labels: jobGraphSeries - }); -<% end %> - <% else %>