Give an icon on the menu configuration
This commit is contained in:
parent
d6d51abf9b
commit
7ac06aa5ec
@ -119,18 +119,21 @@ menu = {
|
||||
],
|
||||
"sidebar": [
|
||||
{
|
||||
"icon":"fa-solid fa-gauge",
|
||||
"name":"Dashboard",
|
||||
"target":"_self",
|
||||
"href":"/dashboard",
|
||||
"roles":[1,2]
|
||||
},
|
||||
{
|
||||
"icon":"fa-solid fa-user-tag",
|
||||
"name":"Roles",
|
||||
"target":"_self",
|
||||
"href":"/dashboard/roles",
|
||||
"roles":[1]
|
||||
},
|
||||
{
|
||||
"icon":"fa-solid fa-address-card",
|
||||
"name":"Users",
|
||||
"target":"_self",
|
||||
"href":"/dashboard/users",
|
||||
|
Loading…
Reference in New Issue
Block a user