diff --git a/openstack_dashboard/enabled/_1051_project_ng_images_panel.py b/openstack_dashboard/enabled/_1051_project_ng_images_panel.py index 52d5e07764..a92ec15b08 100644 --- a/openstack_dashboard/enabled/_1051_project_ng_images_panel.py +++ b/openstack_dashboard/enabled/_1051_project_ng_images_panel.py @@ -27,4 +27,4 @@ PANEL = 'ngimages' DISABLED = True # Python panel class of the PANEL to be added. -ADD_PANEL = ('openstack_dashboard.dashboards.project.ngimages.panel.NGImages') +ADD_PANEL = 'openstack_dashboard.dashboards.project.ngimages.panel.NGImages' diff --git a/openstack_dashboard/enabled/_3031_identity_users_panel.py b/openstack_dashboard/enabled/_3031_identity_users_panel.py index c049d101f9..453881031d 100644 --- a/openstack_dashboard/enabled/_3031_identity_users_panel.py +++ b/openstack_dashboard/enabled/_3031_identity_users_panel.py @@ -27,4 +27,4 @@ PANEL = 'ngusers' DISABLED = True # Python panel class of the PANEL to be added. -ADD_PANEL = ('openstack_dashboard.dashboards.identity.ngusers.panel.NGUsers') +ADD_PANEL = 'openstack_dashboard.dashboards.identity.ngusers.panel.NGUsers'