X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e9a19734c359fa52ec07a3ea4bb81b6382864596..2b699dec710d1f0719ec0471bc711a467ac34a95:/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 64cd96a0f8..7d67b74210 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,15 +16,6 @@ data-load-throttle="86486400000" <%# 1001 nights %> > -<%= javascript_tag do %> - window.jobGraphData = []; - window.jobGraphSeries = []; - window.jobGraphSortedSeries = []; - window.jobGraphMaxima = {}; - $.get('<%= push_logs_job_path(@object) %>'); - createJobGraph('log_graph_div'); -<% end %> - <% else %>