broadview-ui/_50_broadview.py
Vitaliy Kharechko 2f4aa82190 Initial commit for broadview-ui
Change-Id: Id9e4656d70221b6cd0c846018fc61be633db808f
2016-04-15 11:14:59 +03:00

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',
]