update icon for Activities and rename User Management to Administration; add Inventory menu item #10

Merged
vikas.nale merged 2 commits from Vaibhav_Sidebar_Task-#70 into Feature_Task_Management 2025-04-15 12:12:14 +00:00
2 changed files with 9 additions and 8 deletions

View File

@ -100,7 +100,6 @@ const HorizontalBarChart = ({
},
legend: {
show: true,
fontSize: '8px', // Reduce text size
},
tooltip: {
theme: "dark",

View File

@ -28,17 +28,13 @@
"text": "Project Status",
"available": true,
"link": "#"
},
{
"text": "Inventory",
"available": true,
"link": "/inventory"
}
]
},
{
"text": "Activities",
"icon": "bx bx-store",
"icon": "bx bx-list-ul",
"available": true,
"link": "",
"submenu": [
@ -75,7 +71,7 @@
]
},
{
"text": "User Management",
"text": "Administration",
"icon": "bx bx-box",
"available": true,
"link": "",
@ -91,6 +87,12 @@
"link": "/masters"
}
]
},
{
"text": "Inventory",
"icon": "bx bx-store",
"available": true,
"link": "/inventory"
}
]
},