2022-01-26 22:42:15 +09:00
|
|
|
from django.utils.translation import gettext_lazy as _
|
2017-02-09 12:57:36 +11:00
|
|
|
|
|
|
|
# The slug of the panel group to be added to HORIZON_CONFIG. Required.
|
|
|
|
PANEL_GROUP = 'volumes'
|
|
|
|
# The display name of the PANEL_GROUP. Required.
|
|
|
|
PANEL_GROUP_NAME = _('Volumes')
|
|
|
|
# The slug of the dashboard the PANEL_GROUP associated with. Required.
|
|
|
|
PANEL_GROUP_DASHBOARD = 'project'
|