From 200c83a4ad45b9c77f1505fb0f5b83f8b7be6483 Mon Sep 17 00:00:00 2001 From: riefive Date: Mon, 22 Sep 2025 13:50:24 +0700 Subject: [PATCH] feat(menu): menu update --- public/side-menu-items/sys.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/side-menu-items/sys.json b/public/side-menu-items/sys.json index 488d9fa2..d89634e4 100644 --- a/public/side-menu-items/sys.json +++ b/public/side-menu-items/sys.json @@ -81,7 +81,7 @@ "link": "/rehabilitasi", "children": [ { - "title": "Antrian Pendaftaran", + "title": "Antrian Poliklinik", "icon": "i-lucide-stethoscope", "link": "/rehab/examination-queue" }, @@ -171,14 +171,33 @@ { "title": "BPJS", "icon": "i-lucide-circuit-board", - "link": "/integration/bpjs", - "badge": "Live" + "children": [ + { + "title": "SEP", + "icon": "i-lucide-circuit-board", + "link": "/bpjs-integration/sep" + }, + { + "title": "Peserta", + "icon": "i-lucide-circuit-board", + "link": "/bpjs-integration/member" + } + ] }, { "title": "SATUSEHAT", "icon": "i-lucide-database", - "link": "/integration/satusehat", - "badge": "FHIR" + "link": "/satusehat-integration" + }, + { + "heading": "Keuangan", + "items": [ + { + "title": "Daftar harga", + "icon": "i-lucide-list", + "link": "/item" + } + ] } ] }, @@ -306,4 +325,4 @@ } ] } -] +] \ No newline at end of file