Merge branch 'master' into 4878-rerun-job
[arvados.git] / apps / workbench / app / controllers / pipeline_templates_controller.rb
index 5173d4e376b9a2ae244ca90d05b3130f3e2e06d7..2b2e9a4e33925da7899007910b213ce130811303 100644 (file)
@@ -1,12 +1,12 @@
 class PipelineTemplatesController < ApplicationController
-  
+  include PipelineComponentsHelper
+
   def show
     @objects = PipelineInstance.where(pipeline_template_uuid: @object.uuid)
     super
   end
 
   def show_pane_list
-    %w(Components Pipelines Attributes Metadata JSON API)
+    %w(Components Pipelines Advanced)
   end
-
 end