projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '3618-column-ordering' closes #3618
[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) %>