X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6bfa13079feb0cd6632dcf83dd6e1dc1d99d8cdf..4a919918a4ce37b5290793f02fa959db1c073590:/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 402ce26f59..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,4 +1,9 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <%= render_pane 'tab_contents', to_string: true, locals: { - filters: [['uuid', 'is_a', ["arvados#pipelineTemplate"]]], - sortable_columns: { 'name' => 'pipeline_templates.name', 'description' => 'pipeline_templates.description' } + 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) %>