4233: ignore negative deltas when charting log stats
[arvados.git] / apps / workbench / app / controllers / jobs_controller.rb
index 536518277f1ca86da6256af0887a5be9ee7bc560..e6d0ccd3bde8f7e79d6d805d2d8073b3223737cb 100644 (file)
@@ -1,4 +1,5 @@
 class JobsController < ApplicationController
+  include JobsHelper
 
   def generate_provenance(jobs)
     return if params['tab_pane'] != "Provenance"
@@ -56,6 +57,10 @@ class JobsController < ApplicationController
     super
   end
 
+  def push_logs
+    @push_logs = stderr_log_records([@object.uuid])
+  end
+
   def index_pane_list
     if params[:uuid]
       %w(Recent Provenance)