From caa04f7c40cd2b54fcff487c623d974ad5220911 Mon Sep 17 00:00:00 2001 From: Tom Peltonen Date: Fri, 19 Dec 2025 16:04:04 +1100 Subject: [PATCH] feature: adding alternate icons and tooltips --- menu/en_menu_selfserve.json | 6 ++++++ menu/menu_selfserve.json | 6 ++++++ 2 files changed, 12 insertions(+) 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": "" } ]