projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11065: Merge branch 'master' into 11065-rotate-logs
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
projects
/
_show_subprojects.html.erb
1
<%= render_pane 'tab_contents', to_string: true, locals: {
2
filters: [['uuid', 'is_a', ["arvados#group"]]],
3
sortable_columns: { 'name' => 'groups.name', 'description' => 'groups.description' }
4
}.merge(local_assigns) %>