adjutant-ui/adjutant_ui/enabled/_6080_management_quota.py
Amelia Cordwell 519c30d185 Quota Update Panel
Allows viewing of current quota value, quota sizes and percentage
of use of current quota.
Allows changing of each region's quota.

Change-Id: Ia9f254ffb905b4e8971d84f85aefad164e8a3438
2017-09-12 20:42:16 +12:00

10 lines
307 B
Python

# The slug of the panel to be added to HORIZON_CONFIG. Required.
PANEL = 'quota'
# The slug of the dashboard the PANEL associated with. Required.
PANEL_DASHBOARD = 'management'
PANEL_GROUP = 'default'
# Python panel class of the PANEL to be added.
ADD_PANEL = 'adjutant_ui.content.quota.panel.QuotaPanel'