Merge branch 'master' into 3140-project-content-tabs
[arvados.git] / apps / workbench / app / controllers / pipeline_templates_controller.rb
index fdbebcfaed2cb5b2d68192a8d63ff56ceee358c1..2be51c6a1804968e9785dae7d5381a84b913e5fe 100644 (file)
@@ -1,2 +1,11 @@
 class PipelineTemplatesController < ApplicationController
+  
+  def show
+    @objects = PipelineInstance.where(pipeline_template_uuid: @object.uuid)
+    super
+  end
+
+  def show_pane_list
+    %w(Components Pipelines Advanced)
+  end
 end