feature: adding alternate icons and tooltips
parent
6806a6bdcc
commit
caa04f7c40
|
|
@ -10,6 +10,8 @@
|
||||||
"label": "Welcome {{.digital_id}}",
|
"label": "Welcome {{.digital_id}}",
|
||||||
"target": "_blank",
|
"target": "_blank",
|
||||||
"icon": "fa-home",
|
"icon": "fa-home",
|
||||||
|
"iconActive": "fa-tachometer-alt",
|
||||||
|
"iconHover": "fa-chart-line",
|
||||||
"application": "home1",
|
"application": "home1",
|
||||||
"applicationLabel": "Home",
|
"applicationLabel": "Home",
|
||||||
"tenant": "",
|
"tenant": "",
|
||||||
|
|
@ -22,6 +24,7 @@
|
||||||
"target": "Home",
|
"target": "Home",
|
||||||
"icon": "fa-tachometer-alt",
|
"icon": "fa-tachometer-alt",
|
||||||
"iconActive": "fa-chart-line",
|
"iconActive": "fa-chart-line",
|
||||||
|
"toolTip": "Dashboard ONE",
|
||||||
"tenant": ""
|
"tenant": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -31,6 +34,8 @@
|
||||||
"intent": "/content/dashboard-alt.html",
|
"intent": "/content/dashboard-alt.html",
|
||||||
"target": "Home",
|
"target": "Home",
|
||||||
"icon": "fa-chart-line",
|
"icon": "fa-chart-line",
|
||||||
|
"iconActive": "fa-tachometer-alt",
|
||||||
|
"toolTip": "Dashboard TWO",
|
||||||
"tenant": ""
|
"tenant": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -430,6 +435,7 @@
|
||||||
"label": "Error",
|
"label": "Error",
|
||||||
"target": "error",
|
"target": "error",
|
||||||
"icon": "fa-eye",
|
"icon": "fa-eye",
|
||||||
|
"toolTip": "General error",
|
||||||
"tenant": ""
|
"tenant": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@
|
||||||
"label": "Welcome {{.digital_id}}",
|
"label": "Welcome {{.digital_id}}",
|
||||||
"target": "_blank",
|
"target": "_blank",
|
||||||
"icon": "fa-home",
|
"icon": "fa-home",
|
||||||
|
"iconActive": "fa-tachometer-alt",
|
||||||
|
"iconHover": "fa-chart-line",
|
||||||
"application": "home1",
|
"application": "home1",
|
||||||
"applicationLabel": "Home",
|
"applicationLabel": "Home",
|
||||||
"tenant": "",
|
"tenant": "",
|
||||||
|
|
@ -22,6 +24,7 @@
|
||||||
"target": "Home",
|
"target": "Home",
|
||||||
"icon": "fa-tachometer-alt",
|
"icon": "fa-tachometer-alt",
|
||||||
"iconActive": "fa-chart-line",
|
"iconActive": "fa-chart-line",
|
||||||
|
"toolTip": "Dashboard ONE",
|
||||||
"tenant": ""
|
"tenant": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -31,6 +34,8 @@
|
||||||
"intent": "/content/dashboard-alt.html",
|
"intent": "/content/dashboard-alt.html",
|
||||||
"target": "Home",
|
"target": "Home",
|
||||||
"icon": "fa-chart-line",
|
"icon": "fa-chart-line",
|
||||||
|
"iconActive": "fa-tachometer-alt",
|
||||||
|
"toolTip": "Dashboard TWO",
|
||||||
"tenant": ""
|
"tenant": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -430,6 +435,7 @@
|
||||||
"label": "Error",
|
"label": "Error",
|
||||||
"target": "error",
|
"target": "error",
|
||||||
"icon": "fa-eye",
|
"icon": "fa-eye",
|
||||||
|
"toolTip": "General error",
|
||||||
"tenant": ""
|
"tenant": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue