Harmonized all sections to use the new content template and layout
[arvados.git] / apps / workbench / app / controllers / pipeline_instances_controller.rb
index b7339c07de0c16323747b6f03801131364aed903..60a380d359ca33196a4b9130a7b986cf34458ac3 100644 (file)
@@ -121,6 +121,8 @@ class PipelineInstancesController < ApplicationController
 
     provenance, pips = graph(@objects)
 
+    @pipelines = @objects
+
     @prov_svg = ProvenanceHelper::create_provenance_graph provenance, "provenance_svg", {
       :all_script_parameters => true, 
       :combine_jobs => :script_and_version,
@@ -129,9 +131,13 @@ class PipelineInstancesController < ApplicationController
   end
 
   def show_pane_list
-    %w(components graph attributes  links json api)
+    %w(components graph attributes metadata json api)
   end
 
+  def compare_pane_list 
+    %w(text_compare graph)
+  end 
+
   protected
   def for_comparison v
     if v.is_a? Hash or v.is_a? Array