feature: adding alternate icons and tooltips

main
Tom Peltonen 2025-12-19 16:04:04 +11:00
parent 6806a6bdcc
commit caa04f7c40
2 changed files with 12 additions and 0 deletions

View File

@ -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": ""
}
]

View File

@ -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": ""
}
]