Files
heat-dashboard/heat_dashboard/enabled/_1610_orchestration_panel_group.py
2017-10-06 14:34:25 +09:00

9 lines
350 B
Python

from django.utils.translation import ugettext_lazy as _
# The slug of the panel group to be added to HORIZON_CONFIG. Required.
PANEL_GROUP = 'orchestration'
# The display name of the PANEL_GROUP. Required.
PANEL_GROUP_NAME = _('Orchestration')
# The slug of the dashboard the PANEL_GROUP associated with. Required.
PANEL_GROUP_DASHBOARD = 'project'