1d4e171a24
The new volumes panels in Admin had incorrect panel groups, causing a failure to load. Change-Id: I274e69b27af1b028b4f191817e9c86d3cc77de26
10 lines
377 B
Python
10 lines
377 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 = 'admin'
|
|
|
|
# Python panel class of the PANEL to be added.
|
|
ADD_PANEL = 'openstack_dashboard.dashboards.admin.volumes.panel.Volumes'
|