2f4aa82190
Change-Id: Id9e4656d70221b6cd0c846018fc61be633db808f
10 lines
240 B
Python
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',
|
|
]
|