X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/611a3323ea110671c5fa021e14f93b24e4a6d7b7..bf03dd4f523463b896428527fa0685631e9ac649:/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..d51e1a39c7 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,5 @@ <%= 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) %>