Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / projects / _show_data_collections.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
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) %>