Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / projects / _show_subprojects.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     filters: [['uuid', 'is_a', ["arvados#group"]]],
7         sortable_columns: { 'name' => 'groups.name', 'description' => 'groups.description' }
8     }.merge(local_assigns) %>