From 34a4fc11d0cfd5eacb92a67059f1d43356300fc3 Mon Sep 17 00:00:00 2001 From: riefive Date: Fri, 26 Sep 2025 13:18:32 +0700 Subject: [PATCH] feat(menu): change menu --- public/side-menu-items/sys.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/public/side-menu-items/sys.json b/public/side-menu-items/sys.json index d89634e4..de88cf31 100644 --- a/public/side-menu-items/sys.json +++ b/public/side-menu-items/sys.json @@ -287,11 +287,6 @@ } ] }, - { - "title": "Item & Item Price", - "icon": "i-lucide-shopping-basket", - "link": "/item-src/item" - }, { "title": "Organisasi", "icon": "i-lucide-network", @@ -322,6 +317,22 @@ "link": "/org-src/subspecialist" } ] + }, + { + "title": "Umum", + "icon": "i-lucide-airplay", + "children": [ + { + "title": "Item & Pricing", + "icon": "i-lucide-airplay", + "link": "/common/item" + }, + { + "title": "Uom", + "icon": "i-lucide-airplay", + "link": "/common/uom" + } + ] } ] }