20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / app / views / projects / _show_subprojects.html.erb
index 2aa236437e8fc10a77e64ef9e29d321a066289d1..652366a0f925fb3379b4c01d2f6218bc2b9df362 100644 (file)
@@ -1,3 +1,8 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <%= render_pane 'tab_contents', to_string: true, locals: {
-    filters: [['uuid', 'is_a', ["arvados#group"]]]
-    } %>
+    filters: [['uuid', 'is_a', ["arvados#group"]]],
+       sortable_columns: { 'name' => 'groups.name', 'description' => 'groups.description' }
+    }.merge(local_assigns) %>