diff --git a/menu/en_menu_selfserve.json b/menu/en_menu_selfserve.json index fbbcac6..004c73a 100644 --- a/menu/en_menu_selfserve.json +++ b/menu/en_menu_selfserve.json @@ -10,6 +10,8 @@ "label": "Welcome {{.digital_id}}", "target": "_blank", "icon": "fa-home", + "iconActive": "fa-tachometer-alt", + "iconHover": "fa-chart-line", "application": "home1", "applicationLabel": "Home", "tenant": "", @@ -22,6 +24,7 @@ "target": "Home", "icon": "fa-tachometer-alt", "iconActive": "fa-chart-line", + "toolTip": "Dashboard ONE", "tenant": "" }, { @@ -31,6 +34,8 @@ "intent": "/content/dashboard-alt.html", "target": "Home", "icon": "fa-chart-line", + "iconActive": "fa-tachometer-alt", + "toolTip": "Dashboard TWO", "tenant": "" } ] @@ -430,6 +435,7 @@ "label": "Error", "target": "error", "icon": "fa-eye", + "toolTip": "General error", "tenant": "" } ] diff --git a/menu/menu_selfserve.json b/menu/menu_selfserve.json index fbbcac6..004c73a 100644 --- a/menu/menu_selfserve.json +++ b/menu/menu_selfserve.json @@ -10,6 +10,8 @@ "label": "Welcome {{.digital_id}}", "target": "_blank", "icon": "fa-home", + "iconActive": "fa-tachometer-alt", + "iconHover": "fa-chart-line", "application": "home1", "applicationLabel": "Home", "tenant": "", @@ -22,6 +24,7 @@ "target": "Home", "icon": "fa-tachometer-alt", "iconActive": "fa-chart-line", + "toolTip": "Dashboard ONE", "tenant": "" }, { @@ -31,6 +34,8 @@ "intent": "/content/dashboard-alt.html", "target": "Home", "icon": "fa-chart-line", + "iconActive": "fa-tachometer-alt", + "toolTip": "Dashboard TWO", "tenant": "" } ] @@ -430,6 +435,7 @@ "label": "Error", "target": "error", "icon": "fa-eye", + "toolTip": "General error", "tenant": "" } ]