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#collection"]],
7 sortable_columns: { 'name' => 'collections.name', 'description' => 'collections.description' }
8 }.merge(local_assigns) %>