|
|
@@ -18,6 +18,26 @@ const ConfigOverrideConfig: ConfigOverride = {
|
|
|
"pluginName": "invoices-and-orders",
|
|
|
"labelKey": "Account Management",
|
|
|
"children": [
|
|
|
+ {
|
|
|
+ "pluginName": "billing-and-payments",
|
|
|
+ "labelKey": "Usage",
|
|
|
+ "appendPath": "/usage"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "billing-and-payments",
|
|
|
+ "labelKey": "Usage By Compartments and Tags",
|
|
|
+ "appendPath": "/usageByCompAndTags"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "account-management",
|
|
|
+ "labelKey": "Cost Analysis",
|
|
|
+ "appendPath": "/cost-analysis"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "billing-and-payments",
|
|
|
+ "labelKey": "Subscriptions",
|
|
|
+ "appendPath": "/subscriptions"
|
|
|
+ },
|
|
|
{
|
|
|
"pluginName": "invoices-and-orders",
|
|
|
"labelKey": "Invoices",
|
|
|
@@ -27,6 +47,62 @@ const ConfigOverrideConfig: ConfigOverride = {
|
|
|
"pluginName": "invoices-and-orders",
|
|
|
"labelKey": "Payments",
|
|
|
"appendPath": "/payments"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "usage",
|
|
|
+ "labelKey": "Budgets",
|
|
|
+ "appendPath": "/budgets"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "usage",
|
|
|
+ "labelKey": "Usage Report",
|
|
|
+ "appendPath": "/reports"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "billing-and-payments",
|
|
|
+ "labelKey": "Account Management ",
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "pluginName": "billing-and-payments",
|
|
|
+ "labelKey": "Usage",
|
|
|
+ "appendPath": "/usage"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "billing-and-payments",
|
|
|
+ "labelKey": "Usage By Compartments and Tags",
|
|
|
+ "appendPath": "/usageByCompAndTags"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "account-management",
|
|
|
+ "labelKey": "Cost Analysis",
|
|
|
+ "appendPath": "/cost-analysis"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "billing-and-payments",
|
|
|
+ "labelKey": "Subscriptions",
|
|
|
+ "appendPath": "/subscriptions"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "invoices-and-orders",
|
|
|
+ "labelKey": "Invoices",
|
|
|
+ "appendPath": "/invoices"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "invoices-and-orders",
|
|
|
+ "labelKey": "Payments",
|
|
|
+ "appendPath": "/payments"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "usage",
|
|
|
+ "labelKey": "Budgets",
|
|
|
+ "appendPath": "/budgets"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pluginName": "usage",
|
|
|
+ "labelKey": "Usage Report",
|
|
|
+ "appendPath": "/reports"
|
|
|
}
|
|
|
]
|
|
|
}
|