distil-ui/distil_ui/enabled/_6100_management_billing_group.py
Amelia Cordwell d7282f9d15 Refactor distil api for distil v2
* Support displaying balance of credits
* Fewer API calls
* Returns data across all regions instead of just the current one
* Support viewing details for previous invoices
* Highlight unpaid invoices

Change-Id: Ic0f950948c83e76d760123046e8ffbd12dd632dd
2017-09-26 06:28:02 +13:00

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