horizon/openstack_dashboard/local/enabled/_50_settings.py.example
Abishek Subramanian f55b2e5b24 Remove _40_router.py.example file
The openstack_dashboard/local/enabled path uses the example
for enabling/disabling the router dashboard.
Given the "router" dashboard is no longer present in master,
it makes sense to rename this example to an existing dashboard.

Change-Id: Ib2fe47fea796adb50f99927a8c942a7838543c24
Closes-Bug: #1487140
2015-08-21 12:27:55 -04:00

6 lines
185 B
Plaintext

# The name of the dashboard to be added to HORIZON['dashboards']. Required.
DASHBOARD = 'settings'
# If set to True, this dashboard will not be added to the settings.
DISABLED = False