Give an icon on the menu configuration in the README.md doc
This commit is contained in:
parent
1e3f18c72c
commit
7f339cce3e
@ -88,30 +88,35 @@ A prime dashboard based on bootstrap 5
|
||||
```python
|
||||
menu_sidebar = [
|
||||
{
|
||||
"icon":"fa-solid fa-gauge",
|
||||
"name":"Dashboard",
|
||||
"target":"_self",
|
||||
"href":"#",
|
||||
"roles":[1,2]
|
||||
},
|
||||
{
|
||||
"icon":"fa-solid fa-users",
|
||||
"name":"Users",
|
||||
"target":"_self",
|
||||
"href":"#",
|
||||
"roles":[1,2]
|
||||
},
|
||||
{
|
||||
"icon":"fa-solid fa-book",
|
||||
"name":"Items",
|
||||
"target":"_self",
|
||||
"href":"#",
|
||||
"roles":[1,2]
|
||||
},
|
||||
{
|
||||
"icon":"fa-solid fa-book",
|
||||
"name":"Analytic",
|
||||
"target":"_self",
|
||||
"href":"#",
|
||||
"roles":[1,2]
|
||||
},
|
||||
{
|
||||
"icon":"fa-solid fa-book",
|
||||
"name":"Reports",
|
||||
"target":"_self",
|
||||
"href":"#",
|
||||
|
Loading…
Reference in New Issue
Block a user