Shorten panel group caption

'Container Infrastructure' is too long for sidebar.
This patch shorten the caption to 'Container Infra'.

Change-Id: I53fb80d791408a1ee7402c1b344e158bbce6ec17
This commit is contained in:
Shu Muto 2016-09-16 13:04:27 +09:00
parent 28c55311f0
commit 8b63a8276b

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'