feat (sys): update side menu items and icons

This commit is contained in:
Abizrh
2025-09-09 11:39:51 +07:00
parent 266d5f740b
commit f7d8d90f95
+82 -20
View File
@@ -35,7 +35,7 @@
}, },
{ {
"title": "IGD", "title": "IGD",
"icon": "i-lucide-stethoscope", "icon": "i-lucide-zap",
"children": [ "children": [
{ {
"title": "Triase", "title": "Triase",
@@ -77,7 +77,7 @@
}, },
{ {
"title": "Rehabilitasi Medik", "title": "Rehabilitasi Medik",
"icon": "i-lucide-heart", "icon": "i-lucide-bike",
"link": "/rehabilitasi", "link": "/rehabilitasi",
"children": [ "children": [
{ {
@@ -103,34 +103,44 @@
] ]
}, },
{ {
"title": "Farmasi", "title": "Obat - Order",
"icon": "i-lucide-users", "icon": "i-lucide-briefcase-medical",
"children": [ "children": [
{ {
"title": "Permintaan", "title": "Permintaan",
"icon": "i-lucide-user", "icon": "i-lucide-user",
"link": "/pharmacy/request" "link": "/medication/order"
}, },
{ {
"title": "Standing Order", "title": "Standing Order",
"icon": "i-lucide-user", "icon": "i-lucide-user",
"link": "/pharmacy/standing-order" "link": "/medication/standing-order"
} }
] ]
}, },
{ {
"title": "Lab", "title": "Lab - Order",
"icon": "i-lucide-briefcase", "icon": "i-lucide-microscope",
"link": "/lab-order" "link": "/lab-order"
}, },
{ {
"title": "Radiologi", "title": "Lab Mikro - Order",
"icon": "i-lucide-microscope",
"link": "/micro-lab-order"
},
{
"title": "Lab PA - Order",
"icon": "i-lucide-microscope",
"link": "/pa-lab-order"
},
{
"title": "Radiologi - Order",
"icon": "i-lucide-radio", "icon": "i-lucide-radio",
"link": "/radiology-order" "link": "/radiology-order"
}, },
{ {
"title": "Gizi", "title": "Gizi",
"icon": "i-lucide-briefcase", "icon": "i-lucide-egg-fried",
"link": "/nutrition-order" "link": "/nutrition-order"
}, },
{ {
@@ -160,7 +170,7 @@
"items": [ "items": [
{ {
"title": "BPJS", "title": "BPJS",
"icon": "i-lucide-refresh-cw", "icon": "i-lucide-circuit-board",
"link": "/integration/bpjs", "link": "/integration/bpjs",
"badge": "Live" "badge": "Live"
}, },
@@ -177,7 +187,7 @@
"items": [ "items": [
{ {
"title": "Peralatan dan Perlengkapan", "title": "Peralatan dan Perlengkapan",
"icon": "i-lucide-radius", "icon": "i-lucide-layout-dashboard",
"children": [ "children": [
{ {
"title": "Obat", "title": "Obat",
@@ -209,36 +219,88 @@
{ {
"title": "Pengguna", "title": "Pengguna",
"icon": "i-lucide-user", "icon": "i-lucide-user",
"link": "/human-src/employee" "children": [
{
"title": "Pegawai",
"icon": "i-lucide-stethoscope",
"link": "/human-src/employee"
},
{
"title": "PPDS",
"icon": "i-lucide-user",
"link": "/human-src/specialist-intern"
}
]
}, },
{ {
"title": "Layanan", "title": "Layanan",
"icon": "i-lucide-card-sim", "icon": "i-lucide-layout-list",
"children": [ "children": [
{ {
"title": "Counter", "title": "Counter",
"icon": "i-lucide-stethoscope", "icon": "i-lucide-stethoscope",
"link": "/tools-equipment-src/medicine" "link": "/service-src/counter"
}, },
{ {
"title": "Bed", "title": "Public Screen (Big Screen)",
"icon": "i-lucide-tools", "icon": "i-lucide-tools",
"link": "/tools-equipment-src/device" "link": "/service-src/public-screen"
},
{
"title": "Kasur",
"icon": "i-lucide-tools",
"link": "/service-src/bed"
}, },
{ {
"title": "Kamar", "title": "Kamar",
"icon": "i-lucide-stethoscope", "icon": "i-lucide-stethoscope",
"link": "/tools-equipment-src/medical-device" "link": "/service-src/chamber"
}, },
{ {
"title": "Lantai", "title": "Lantai",
"icon": "i-lucide-user", "icon": "i-lucide-user",
"link": "/tools-equipment-src/medicine-method" "link": "/service-src/floor"
}, },
{ {
"title": "Gedung", "title": "Gedung",
"icon": "i-lucide-user", "icon": "i-lucide-user",
"link": "/tools-equipment-src/medicine-type" "link": "/service-src/building"
}
]
},
{
"title": "Item & Item Price",
"icon": "i-lucide-shopping-basket",
"link": "/item-src/item"
},
{
"title": "Organisasi",
"icon": "i-lucide-network",
"children": [
{
"title": "Divisi",
"icon": "i-lucide-stethoscope",
"link": "/org-src/division"
},
{
"title": "Instalasi",
"icon": "i-lucide-tools",
"link": "/org-src/installation"
},
{
"title": "Unit",
"icon": "i-lucide-tools",
"link": "/org-src/unit"
},
{
"title": "Specialist",
"icon": "i-lucide-stethoscope",
"link": "/org-src/specialist"
},
{
"title": "Sub Specialist",
"icon": "i-lucide-user",
"link": "/org-src/subspecialist"
} }
] ]
} }