X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/87501e7bf8d4f2303cc25a00e93476784911438b..cbc29982e30fd776c194c47dc584710ff1b340c4:/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 5173d4e376..2b2e9a4e33 100644 --- a/apps/workbench/app/controllers/pipeline_templates_controller.rb +++ b/apps/workbench/app/controllers/pipeline_templates_controller.rb @@ -1,12 +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 Attributes Metadata JSON API) + %w(Components Pipelines Advanced) end - end