X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/854af8067c6486193eb00917e2515f81ba776770..d047c1cb9ceecb6e324adf102e5e38e11fe698e1:/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 6775cb876c..821b4bcdf2 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,15 +1,19 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if !@object.log %> -<% log_history = stderr_log_history([@object.uuid]) %> -
<%= log_history.join("\n") %>
+ ><%= @object.stderr_log_lines(Rails.configuration.running_job_log_records_to_fetch).join("\n") %> + <%# Applying a long throttle suppresses the auto-refresh of this partial that would normally be triggered by arv-log-event. %> @@ -17,18 +21,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 %>