cue-dashboard/_70_cue_panel_group.py

6 lines
160 B
Python

from django.utils.translation import ugettext_lazy as _
PANEL_GROUP = 'messagebroker'
PANEL_GROUP_NAME = _('Message Broker')
PANEL_GROUP_DASHBOARD = 'project'