Merge branch 'master' into 3618-column-ordering
[arvados.git] / apps / workbench / app / views / projects / _show_pipeline_templates.html.erb
index 26082c095173b7f08891e7298d52480aa5381968..402ce26f5911e59243bab999916fac11be29d008 100644 (file)
@@ -1 +1,4 @@
-<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: @objects_and_names, data_kind: ['arvados#pipelineTemplate']} %>
+<%= render_pane 'tab_contents', to_string: true, locals: {
+    filters: [['uuid', 'is_a', ["arvados#pipelineTemplate"]]],
+       sortable_columns: { 'name' => 'pipeline_templates.name', 'description' => 'pipeline_templates.description' }
+    }.merge(local_assigns) %>