6 lines
193 B
Python
6 lines
193 B
Python
# The name of the dashboard to be added to HORIZON['dashboards']. Required.
|
|
DASHBOARD = 'disaster_recovery'
|
|
|
|
# If set to True, this dashboard will not be added to the settings.
|
|
DISABLED = True
|