Merge branch '2755-python-sdk-permissions'
[arvados.git] / apps / workbench / app / controllers / pipeline_templates_controller.rb
index fdbebcfaed2cb5b2d68192a8d63ff56ceee358c1..5173d4e376b9a2ae244ca90d05b3130f3e2e06d7 100644 (file)
@@ -1,2 +1,12 @@
 class PipelineTemplatesController < ApplicationController
+  
+  def show
+    @objects = PipelineInstance.where(pipeline_template_uuid: @object.uuid)
+    super
+  end
+
+  def show_pane_list
+    %w(Components Pipelines Attributes Metadata JSON API)
+  end
+
 end