add a comma
This commit is contained in:
parent
d86b582fad
commit
ff4bcea27c
@ -63,19 +63,19 @@ A prime dashboard based on bootstrap 5
|
|||||||
"menu" : [
|
"menu" : [
|
||||||
{
|
{
|
||||||
"name" :"Profile",
|
"name" :"Profile",
|
||||||
"href" :"/profile"
|
"href" :"/profile",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"roles":[1,2]
|
"roles":[1,2]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" :"Settings",
|
"name" :"Settings",
|
||||||
"href" :"/settings"
|
"href" :"/settings",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"roles":[1,2]
|
"roles":[1,2]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" :"Logout",
|
"name" :"Logout",
|
||||||
"href" :"/logout"
|
"href" :"/logout",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"roles":[1,2,3]
|
"roles":[1,2,3]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user