From 8b63a8276bdcba3561d41bcce4741ec896895862 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Fri, 16 Sep 2016 13:04:27 +0900 Subject: [PATCH] Shorten panel group caption 'Container Infrastructure' is too long for sidebar. This patch shorten the caption to 'Container Infra'. Change-Id: I53fb80d791408a1ee7402c1b344e158bbce6ec17 --- magnum_ui/enabled/_1370_project_container_infra_panel_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum_ui/enabled/_1370_project_container_infra_panel_group.py b/magnum_ui/enabled/_1370_project_container_infra_panel_group.py index 587aa7f8..48568e84 100644 --- a/magnum_ui/enabled/_1370_project_container_infra_panel_group.py +++ b/magnum_ui/enabled/_1370_project_container_infra_panel_group.py @@ -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'