Merge "Shorten panel group caption"

This commit is contained in:
Jenkins 2016-09-20 00:18:14 +00:00 committed by Gerrit Code Review
commit e88196a6fd

View File

@ -16,7 +16,7 @@ from django.utils.translation import ugettext_lazy as _
# The slug of the panel group to be added to HORIZON_CONFIG. Required.
PANEL_GROUP = 'container_infra'
# The display name of the PANEL_GROUP. Required.
PANEL_GROUP_NAME = _('Container Infrastructure')
PANEL_GROUP_NAME = _('Container Infra')
# The slug of the dashboard the PANEL_GROUP associated with. Required.
PANEL_GROUP_DASHBOARD = 'project'