update icon for Activities and rename User Management to Administration; add Inventory menu item
This commit is contained in:
parent
af7001f563
commit
89df1fd9c0
@ -100,7 +100,6 @@ const HorizontalBarChart = ({
|
||||
},
|
||||
legend: {
|
||||
show: true,
|
||||
fontSize: '8px', // Reduce text size
|
||||
},
|
||||
tooltip: {
|
||||
theme: "dark",
|
||||
|
@ -38,7 +38,7 @@
|
||||
},
|
||||
{
|
||||
"text": "Activities",
|
||||
"icon": "bx bx-store",
|
||||
"icon": "bx bx-list-ul",
|
||||
"available": true,
|
||||
"link": "",
|
||||
"submenu": [
|
||||
@ -75,7 +75,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "User Management",
|
||||
"text": "Administration",
|
||||
"icon": "bx bx-box",
|
||||
"available": true,
|
||||
"link": "",
|
||||
@ -91,6 +91,12 @@
|
||||
"link": "/masters"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Inventory",
|
||||
"icon": "bx bx-store",
|
||||
"available": true,
|
||||
"link": "/inventory"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user