Harmonized all sections to use the new content template and layout
[arvados.git] / apps / workbench / app / controllers / jobs_controller.rb
index e6179ffdd992c1cee118825e0f6792764aa1f608..be9fe03bf53c0b9955705f067c265014c6b8df12 100644 (file)
@@ -30,4 +30,16 @@ class JobsController < ApplicationController
   def show
     generate_provenance([@object])
   end
+
+  def index_pane_list
+    if params[:uuid]
+      %w(recent provenance)
+    else
+      %w(recent)
+    end
+  end
+
+  def show_pane_list
+    %w(attributes provenance metadata json api)
+  end
 end