X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc45eea849bb9371b778c7401bc522c82ee84021..04bce28b705a6ca33d2c9b19aa783f588a99c8e0:/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..af6fbd1a92 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,3 @@ -<%= 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"]]] + }.merge(local_assigns) %>