Merge branch '10346-rearrange-api-docs' closes #10346
[arvados.git] / apps / workbench / app / views / projects / _show_pipeline_templates.html.erb
index df2d6b6996eece0309fc05c05faeeb39c6b28b4e..d51e1a39c74413fe219d6f1d7bf64c2fec022364 100644 (file)
@@ -1,3 +1,5 @@
 <%= render_pane 'tab_contents', to_string: true, locals: {
-    filters: [['uuid', 'is_a', ["arvados#pipelineTemplate"]]]
-    } %>
+    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) %>