Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / projects / _show_pipeline_templates.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <%= render_pane 'tab_contents', to_string: true, locals: {
6     limit: 50,
7     filters: [['uuid', 'is_a', ["arvados#pipelineTemplate", "arvados#workflow"]]],
8         sortable_columns: { 'name' => 'pipeline_templates.name, workflows.name', 'description' => 'pipeline_templates.description, workflows.description' }
9     }.merge(local_assigns) %>