adjutant-ui/adjutant_ui/enabled/_6020_management_access_control_group.py
adrian-turjak f8d53b3a12 Renaming StackTask to Adjutant
* This is just a search and replace.
* No functional changes.

Change-Id: Id03ae0cb572df127a590e2631c3fb4888b34ac84
2017-05-17 15:07:34 +12:00

9 lines
355 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 = 'access_control'
# The display name of the PANEL_GROUP. Required.
PANEL_GROUP_NAME = _('Access Control')
# The slug of the dashboard the PANEL_GROUP associated with. Required.
PANEL_GROUP_DASHBOARD = 'management'