Set Angular roles panel as the default

The actions in Django roles panel have been implemented in the Angular
version so setting the Angular version as the default.

Change-Id: I1e01b2e93090255d82ef92e51b943b0a715d2e7e
Partially-Implements: blueprint ng-roles
This commit is contained in:
Ying Zuo 2017-09-10 21:49:12 -06:00
parent d1cf85db76
commit 16afe25d8a
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