X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b10a80d5726f25e7284bf4d5f039f1e3fef83b34..b6f73f7acffa9b2f37c78826ff6cee89987a7edc:/apps/workbench/app/controllers/pipeline_templates_controller.rb diff --git a/apps/workbench/app/controllers/pipeline_templates_controller.rb b/apps/workbench/app/controllers/pipeline_templates_controller.rb index fdbebcfaed..2b2e9a4e33 100644 --- a/apps/workbench/app/controllers/pipeline_templates_controller.rb +++ b/apps/workbench/app/controllers/pipeline_templates_controller.rb @@ -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