4091: Use <=N instead of <N+1. Pass "uuid not in" filter to API instead of adding...
[arvados.git] / apps / workbench / app / controllers / pipeline_templates_controller.rb
index afe41c47a67c9b95d7c7d28d0d6c88082ef6b6d1..2b2e9a4e33925da7899007910b213ce130811303 100644 (file)
@@ -1,11 +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