diff --git a/openstack_dashboard/enabled/_2320_admin_volumes_panel.py b/openstack_dashboard/enabled/_2320_admin_volumes_panel.py index ebc979db08..204762076c 100644 --- a/openstack_dashboard/enabled/_2320_admin_volumes_panel.py +++ b/openstack_dashboard/enabled/_2320_admin_volumes_panel.py @@ -3,7 +3,7 @@ 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' +PANEL_GROUP = 'admin' # Python panel class of the PANEL to be added. ADD_PANEL = 'openstack_dashboard.dashboards.admin.volumes.panel.Volumes' diff --git a/openstack_dashboard/enabled/_2340_admin_volume_types_panel.py b/openstack_dashboard/enabled/_2340_admin_volume_types_panel.py index 8dd03668b6..943b0fe58e 100644 --- a/openstack_dashboard/enabled/_2340_admin_volume_types_panel.py +++ b/openstack_dashboard/enabled/_2340_admin_volume_types_panel.py @@ -3,7 +3,7 @@ PANEL = 'volume_types' # 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' +PANEL_GROUP = 'admin' # Python panel class of the PANEL to be added. ADD_PANEL = \