1 # The slug of the panel to be added to HORIZON_CONFIG. Required. 2 PANEL = 'snapshots' 3 # The slug of the dashboard the PANEL associated with. Required. 4 PANEL_DASHBOARD = 'admin' 5 # The slug of the panel group the PANEL is associated with. 6 PANEL_GROUP = 'volume' 7 8 # Python panel class of the PANEL to be added. 9 ADD_PANEL = 'openstack_dashboard.dashboards.admin.snapshots.panel.Snapshots'