Merge "Remove unnecessary brackets from enabled files"
This commit is contained in:
commit
6371054b46
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user