X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c330d58918b7c631307ec11bd584824bf0da7f47..e01762a0adcdee209f305cfc2ae902ab4eb94899:/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 6d8cd75846..402ce26f59 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,4 @@ <%= render_pane 'tab_contents', to_string: true, locals: { - limit: 200, - filters: [['uuid', 'is_a', ["arvados#pipelineTemplate"]]] + filters: [['uuid', 'is_a', ["arvados#pipelineTemplate"]]], + sortable_columns: { 'name' => 'pipeline_templates.name', 'description' => 'pipeline_templates.description' } }.merge(local_assigns) %>