4523: Merge branch '4523-search-index' of git.curoverse.com:arvados into 4523-search...
[arvados.git] / apps / workbench / app / controllers / pipeline_templates_controller.rb
index fdbebcfaed2cb5b2d68192a8d63ff56ceee358c1..2b2e9a4e33925da7899007910b213ce130811303 100644 (file)
@@ -1,2 +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 Advanced)
+  end
 end