summaryrefslogtreecommitdiff
path: root/openstack_dashboard/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/settings.py')
-rw-r--r--openstack_dashboard/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py
index 22f9857a2..2e4e2bd4c 100644
--- a/openstack_dashboard/settings.py
+++ b/openstack_dashboard/settings.py
@@ -323,6 +323,7 @@ ANGULAR_FEATURES = {
'images_panel': True,
'flavors_panel': False,
'users_panel': False,
+ 'roles_panel': False
}
# Notice all customizable configurations should be above this line