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
|
```python
|
||||||
menu_sidebar = [
|
menu_sidebar = [
|
||||||
{
|
{
|
||||||
|
"icon":"fa-solid fa-gauge",
|
||||||
"name":"Dashboard",
|
"name":"Dashboard",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"href":"#",
|
"href":"#",
|
||||||
"roles":[1,2]
|
"roles":[1,2]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"icon":"fa-solid fa-users",
|
||||||
"name":"Users",
|
"name":"Users",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"href":"#",
|
"href":"#",
|
||||||
"roles":[1,2]
|
"roles":[1,2]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"icon":"fa-solid fa-book",
|
||||||
"name":"Items",
|
"name":"Items",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"href":"#",
|
"href":"#",
|
||||||
"roles":[1,2]
|
"roles":[1,2]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"icon":"fa-solid fa-book",
|
||||||
"name":"Analytic",
|
"name":"Analytic",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"href":"#",
|
"href":"#",
|
||||||
"roles":[1,2]
|
"roles":[1,2]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"icon":"fa-solid fa-book",
|
||||||
"name":"Reports",
|
"name":"Reports",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"href":"#",
|
"href":"#",
|
||||||
|
Loading…
Reference in New Issue
Block a user