closes #9318, closes #8650
[arvados.git] / apps / workbench / app / views / projects / _show_other_objects.html.erb
index 41420a55aa0c5d525156794a41c15374f0808972..114ee5bedc4c4b98f79f9f221224eb5646f0f3d7 100644 (file)
@@ -1,4 +1,4 @@
-<%= render partial: 'show_tab_contents', locals: {
+<%= 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) %>