feature: adding alternate icons and tooltips
parent
6806a6bdcc
commit
caa04f7c40
|
|
@ -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": ""
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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": ""
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue