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