2044: Workbench resource lists support Enumerable-style select.
[arvados.git] / apps / workbench / app / controllers / pipeline_templates_controller.rb
index afe41c47a67c9b95d7c7d28d0d6c88082ef6b6d1..2be51c6a1804968e9785dae7d5381a84b913e5fe 100644 (file)
@@ -6,6 +6,6 @@ class PipelineTemplatesController < ApplicationController
   end
 
   def show_pane_list
-    %w(Components Pipelines Attributes Metadata JSON API)
+    %w(Components Pipelines Advanced)
   end
 end