horizon/openstack_dashboard/enabled/_2320_admin_volumes_panel.py
Rob Cresswell 1d4e171a24 Fix new volumes enabled files panel groups
The new volumes panels in Admin had incorrect panel groups, causing a
failure to load.

Change-Id: I274e69b27af1b028b4f191817e9c86d3cc77de26
2017-03-10 12:48:47 +00:00

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'