Merge "Remove unnecessary brackets from enabled files"

This commit is contained in:
Jenkins 2015-09-22 10:38:33 +00:00 committed by Gerrit Code Review
commit 6371054b46
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'