venus-dashboard/venus_dashboard/enabled/_4050_admin_venus_panel_group.py
songwenping d0a73457b7 replace deprecated ugettext_lazy
ugettext_lazy deprecated leads to deploy venus-dashboard err

Closes-Bug: #2055020
Change-Id: Ieaf8470ccd92786ded104a466ab6a0ec17191336
2024-02-26 16:10:21 +08:00

9 lines
331 B
Python

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