X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/32af86f5f4a2849b12c96e40ed20d33b7682ba55..9f37a732c9bfb3892231765f37e213af4e037e68:/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 b875b086ec..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,3 +1,4 @@ <%= render_pane 'tab_contents', to_string: true, locals: { - 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) %>