8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / projects / _show_data_collections.html.erb
1 <%= render_pane 'tab_contents', to_string: true, locals: {
2     filters: [['uuid', 'is_a', "arvados#collection"]],
3     sortable_columns: { 'name' => 'collections.name', 'description' => 'collections.description' }
4     }.merge(local_assigns) %>