11014: When PipelineInstance API is off and also show_recent_collections_on_dashboard...
[arvados.git] / apps / workbench / app / views / projects / _show_pipeline_templates.html.erb
index 26082c095173b7f08891e7298d52480aa5381968..d51e1a39c74413fe219d6f1d7bf64c2fec022364 100644 (file)
@@ -1 +1,5 @@
-<%= 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: {
+    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) %>