Merge "Set Angular roles panel as the default"
This commit is contained in:
@@ -53,7 +53,7 @@ Default:
|
|||||||
'domains_panel': False,
|
'domains_panel': False,
|
||||||
'users_panel': False,
|
'users_panel': False,
|
||||||
'groups_panel': False,
|
'groups_panel': False,
|
||||||
'roles_panel': False
|
'roles_panel': True
|
||||||
}
|
}
|
||||||
|
|
||||||
A dictionary of currently available AngularJS features. This allows simple
|
A dictionary of currently available AngularJS features. This allows simple
|
||||||
|
@@ -329,7 +329,7 @@ ANGULAR_FEATURES = {
|
|||||||
'domains_panel': False,
|
'domains_panel': False,
|
||||||
'users_panel': False,
|
'users_panel': False,
|
||||||
'groups_panel': False,
|
'groups_panel': False,
|
||||||
'roles_panel': False,
|
'roles_panel': True
|
||||||
}
|
}
|
||||||
|
|
||||||
# Notice all customizable configurations should be above this line
|
# Notice all customizable configurations should be above this line
|
||||||
|
Reference in New Issue
Block a user