X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e5337814593c504ef71e9f517dc1d99d41e19784..1c36703db22a4695f0a2aebaa3ffbd5d8d64997f:/apps/workbench/app/views/projects/_show_other_objects.html.erb diff --git a/apps/workbench/app/views/projects/_show_other_objects.html.erb b/apps/workbench/app/views/projects/_show_other_objects.html.erb index 41420a55aa..114ee5bedc 100644 --- a/apps/workbench/app/views/projects/_show_other_objects.html.erb +++ b/apps/workbench/app/views/projects/_show_other_objects.html.erb @@ -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) %>