X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/137c26497b8bf7454da2e62842e038f69569604b..a714babda599431fd509dff6dee87ab30a1793eb:/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 7a87413be5..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 +1,4 @@ -<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: @objects_and_names, data_kind: []} %> +<%= render_pane 'tab_contents', to_string: true, locals: { + filters: [['uuid', 'is_a', ["arvados#human", "arvados#specimen", "arvados#trait"]]], + sortable_columns: { 'name' => 'humans.uuid, specimens.uuid, traits.name' } + }.merge(local_assigns) %>