diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 5df9b7e..29115a5 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Analysis", - "uri": "/{/lang}/backend/sales/analysis/overview/dashboard?{?}", + "uri": "{/lang}/backend/sales/analysis/overview/dashboard?{?}", "target": "self", "icon": null, "order": 15, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Overview", - "uri": "/{/lang}/backend/sales/analysis/overview/dashboard?{?}", + "uri": "{/lang}/backend/sales/analysis/overview/dashboard?{?}", "target": "self", "icon": "fa fa-bar-chart", "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Products", - "uri": "/{/lang}/backend/sales/analysis/product/dashboard?{?}", + "uri": "{/lang}/backend/sales/analysis/product/dashboard?{?}", "target": "self", "icon": "fa fa-tag", "order": 1, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Customers", - "uri": "/{/lang}/backend/sales/analysis/customer/dashboard?{?}", + "uri": "{/lang}/backend/sales/analysis/customer/dashboard?{?}", "target": "self", "icon": "fa fa-users", "order": 1, @@ -64,7 +64,7 @@ "type": 3, "subtype": 1, "name": "Regions", - "uri": "/{/lang}/backend/sales/analysis/region/dashboard?{?}", + "uri": "{/lang}/backend/sales/analysis/region/dashboard?{?}", "target": "self", "icon": "fa fa-globe", "order": 1, @@ -79,7 +79,7 @@ "type": 3, "subtype": 1, "name": "Marketing", - "uri": "/{/lang}/backend/sales/analysis/marketing/dashboard?{?}", + "uri": "{/lang}/backend/sales/analysis/marketing/dashboard?{?}", "target": "self", "icon": "fa fa-paint-brush", "order": 1, @@ -94,7 +94,7 @@ "type": 3, "subtype": 1, "name": "Employees", - "uri": "/{/lang}/backend/sales/analysis/employees/dashboard?{?}", + "uri": "{/lang}/backend/sales/analysis/employees/dashboard?{?}", "target": "self", "icon": "fa fa-building-o", "order": 1, @@ -109,7 +109,7 @@ "type": 3, "subtype": 1, "name": "Invoices", - "uri": "/{/lang}/backend/sales/analysis/invoices/dashboard?{?}", + "uri": "{/lang}/backend/sales/analysis/invoices/dashboard?{?}", "target": "self", "icon": "fa fa-envelope", "order": 1, @@ -124,7 +124,7 @@ "type": 3, "subtype": 1, "name": "Database", - "uri": "/{/lang}/backend/sales/analysis/invoices/dashboard?{?}", + "uri": "{/lang}/backend/sales/analysis/invoices/dashboard?{?}", "target": "self", "icon": "fa fa-database", "order": 1,