A few fixes for workbench in the way it displays the ARVADOS_API_HOST
[arvados.git] / apps / workbench / app / views / projects / _show_subprojects.html.erb
index 640aee1f2726085e477b5a8a21b11c569726e962..652366a0f925fb3379b4c01d2f6218bc2b9df362 100644 (file)
@@ -1,4 +1,8 @@
-<%= render partial: 'show_tab_contents', locals: {
+<%# 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"]]],
-    tab_name: 'Data_collections'
-    } %>
+       sortable_columns: { 'name' => 'groups.name', 'description' => 'groups.description' }
+    }.merge(local_assigns) %>