1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <%= render_pane 'tab_contents', to_string: true, locals: {
6 filters: [['uuid', 'is_a', ["arvados#human", "arvados#specimen", "arvados#trait"]]],
7 sortable_columns: { 'name' => 'humans.uuid, specimens.uuid, traits.name' }
8 }.merge(local_assigns) %>