
This edit unfortunately contains more changes than the others because it effectively merges a bunch of files under admin/volumes/*.py Change-Id: I52f3444a92fc83982a95760673419b4b4d746ad3 Implements: blueprint reorganise-volumes
10 lines
379 B
Python
10 lines
379 B
Python
# The slug of the panel to be added to HORIZON_CONFIG. Required.
|
|
PANEL = 'volumes'
|
|
# The slug of the dashboard the PANEL associated with. Required.
|
|
PANEL_DASHBOARD = 'admin'
|
|
# The slug of the panel group the PANEL is associated with.
|
|
PANEL_GROUP = 'volumes'
|
|
|
|
# Python panel class of the PANEL to be added.
|
|
ADD_PANEL = 'openstack_dashboard.dashboards.admin.volumes.panel.Volumes'
|