Merge "Fix new volumes enabled files panel groups"

This commit is contained in:
Jenkins 2017-03-10 13:50:27 +00:00 committed by Gerrit Code Review
commit aa572a18bb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 = \