Преглед на файлове

Adding integrated configOverride template

bodicsek преди 6 години
родител
ревизия
cb7cb92d7d
променени са 1 файла, в които са добавени 76 реда и са изтрити 0 реда
  1. 76 0
      src/features/ConfigOverride/configOverrideConfig.ts

+ 76 - 0
src/features/ConfigOverride/configOverrideConfig.ts

@@ -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"
             }
           ]
         }