diff --git a/menu/menu_selfserve.json b/menu/menu_selfserve.json index 31b6c63..9870599 100644 --- a/menu/menu_selfserve.json +++ b/menu/menu_selfserve.json @@ -10,16 +10,6 @@ "icon": "fa-home", "tenant": "", "children": [ - { - "id": "menu-001-001", - "label": "Dashboard", - "functionId": "menu-001-001", - "intent": "/content/dashboard.html", - "target": "Home", - "icon": "fa-tachometer-alt", - "iconActive": "fa-chart-line", - "tenant": "" - }, { "id": "menu-001-002", "label": "Alternate Dashboard", @@ -28,6 +18,16 @@ "target": "Home", "icon": "fa-chart-line", "tenant": "" + }, + { + "id": "menu-001-001", + "label": "DML Dashboard", + "functionId": "menu-001-001", + "intent": "/content/dashboard.html", + "target": "Home", + "icon": "fa-tachometer-alt", + "iconActive": "fa-chart-line", + "tenant": "" } ] },