broadview-ui/_50_broadview.py

10 lines
240 B
Python

DASHBOARD = 'broadview'
# If set to True, this dashboard will not be added to the settings.
DISABLED = False
# A list of applications to be added to INSTALLED_APPS.
ADD_INSTALLED_APPS = [
'openstack_dashboard.dashboards.broadview',
]