2017-03-03 15:22:32 +11:00
|
|
|
# The slug of the panel to be added to HORIZON_CONFIG. Required.
|
|
|
|
PANEL = 'snapshots'
|
|
|
|
# The slug of the dashboard the PANEL associated with. Required.
|
|
|
|
PANEL_DASHBOARD = 'admin'
|
|
|
|
# The slug of the panel group the PANEL is associated with.
|
2017-03-11 22:59:27 +00:00
|
|
|
PANEL_GROUP = 'volume'
|
2017-03-03 15:22:32 +11:00
|
|
|
|
|
|
|
# Python panel class of the PANEL to be added.
|
|
|
|
ADD_PANEL = 'openstack_dashboard.dashboards.admin.snapshots.panel.Snapshots'
|