X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3a47eb915b3865bea6d2e6536c7bc1f4a1afc8b4..7139cabb0d75c946b53c128676d0597881ae2700:/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 155391530b..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_pane 'tab_contents', to_string: true, locals: { - limit: 200, - 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) %>