
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
10 lines
307 B
Python
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'
|