Merge "Set Angular roles panel as the default"

This commit is contained in:
Zuul 2017-10-19 01:13:04 +00:00 committed by Gerrit Code Review
commit 980cde123a
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Default:
'domains_panel': False,
'users_panel': False,
'groups_panel': False,
'roles_panel': False
'roles_panel': True
}
A dictionary of currently available AngularJS features. This allows simple

View File

@ -329,7 +329,7 @@ ANGULAR_FEATURES = {
'domains_panel': False,
'users_panel': False,
'groups_panel': False,
'roles_panel': False,
'roles_panel': True
}
# Notice all customizable configurations should be above this line