X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/137c26497b8bf7454da2e62842e038f69569604b..e7c542383a6364d422a14704a8ab11c96a976a41:/apps/workbench/app/views/projects/_show_pipeline_templates.html.erb diff --git a/apps/workbench/app/views/projects/_show_pipeline_templates.html.erb b/apps/workbench/app/views/projects/_show_pipeline_templates.html.erb index 26082c0951..40ba6bd586 100644 --- a/apps/workbench/app/views/projects/_show_pipeline_templates.html.erb +++ b/apps/workbench/app/views/projects/_show_pipeline_templates.html.erb @@ -1 +1,9 @@ -<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: @objects_and_names, data_kind: ['arvados#pipelineTemplate']} %> +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +<%= render_pane 'tab_contents', to_string: true, locals: { + limit: 50, + filters: [['uuid', 'is_a', ["arvados#pipelineTemplate", "arvados#workflow"]]], + sortable_columns: { 'name' => 'pipeline_templates.name, workflows.name', 'description' => 'pipeline_templates.description, workflows.description' } + }.merge(local_assigns) %>