Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
puppet-triliovault / usr / share / openstack-puppet / modules / trilio / files / tvault_admin_panel_group.py
Size: Mime:
from django.utils.translation import ugettext_lazy as _
# The slug of the panel group to be added to HORIZON_CONFIG. Required.
PANEL_GROUP = 'backups-admin'
# The display name of the PANEL_GROUP. Required.
PANEL_GROUP_NAME = _('Backups-Admin')
# The slug of the dashboard the PANEL_GROUP associated with. Required.
PANEL_GROUP_DASHBOARD = 'admin'