X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b6e28fbe905737bd0ea5bda5f4fd74fd259c58b1..a7cdd1faaf1de132fa556944bc86831ebdfe8886:/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 af6fbd1a92..f75cf98fec 100644 --- a/apps/workbench/app/views/projects/_show_other_objects.html.erb +++ b/apps/workbench/app/views/projects/_show_other_objects.html.erb @@ -1,3 +1,8 @@ +<%# 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"]]] + filters: [['uuid', 'is_a', ["arvados#human", "arvados#specimen", "arvados#trait"]]], + sortable_columns: { 'name' => 'humans.uuid, specimens.uuid, traits.name' } }.merge(local_assigns) %>