13994: Merge branch 'master' into 13994-proxy-remote
[arvados.git] / apps / workbench / app / views / projects / _show_other_objects.html.erb
index 41420a55aa0c5d525156794a41c15374f0808972..f75cf98fec612fe12d153f04108f55f9e00a4bf3 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#human", "arvados#specimen", "arvados#trait"]]],
-    tab_name: 'Data_collections'
-    } %>
+       sortable_columns: { 'name' => 'humans.uuid, specimens.uuid, traits.name' }
+    }.merge(local_assigns) %>