3781: Add browser->api/keepproxy angular app as Upload tab on collections#show
[arvados.git] / apps / workbench / app / views / projects / _show_pipeline_templates.html.erb
index df2d6b6996eece0309fc05c05faeeb39c6b28b4e..402ce26f5911e59243bab999916fac11be29d008 100644 (file)
@@ -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) %>