feat/menu-structure: adjust menu items all roles
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"heading": "Menu Utama",
|
||||
"items": [
|
||||
{
|
||||
"title": "Dashboard",
|
||||
"icon": "i-lucide-home",
|
||||
"link": "/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"heading": "Menu Utama",
|
||||
"items": [
|
||||
{
|
||||
"title": "Dashboard",
|
||||
"icon": "i-lucide-home",
|
||||
"link": "/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -20,7 +20,7 @@
|
||||
{
|
||||
"title": "Rehabilitasi Medik",
|
||||
"icon": "i-lucide-bike",
|
||||
"link": "/rehab/polyclinic-queue"
|
||||
"link": "/rehab/encounter-queue"
|
||||
},
|
||||
{
|
||||
"title": "Rawat Inap",
|
||||
@@ -13,10 +13,10 @@
|
||||
"children": [
|
||||
{
|
||||
"title": "Antrian Poliklinik",
|
||||
"link": "/outpatient/polyclinic-queue"
|
||||
"link": "/outpatient/encounter-queue"
|
||||
},
|
||||
{
|
||||
"title": "Pendaftaran",
|
||||
"title": "Kunjungan",
|
||||
"link": "/outpatient/encounter"
|
||||
}
|
||||
]
|
||||
@@ -30,7 +30,7 @@
|
||||
"link": "/emergency/triage"
|
||||
},
|
||||
{
|
||||
"title": "Pemeriksaan",
|
||||
"title": "Kunjungan",
|
||||
"link": "/emergency/encounter"
|
||||
}
|
||||
]
|
||||
@@ -42,7 +42,7 @@
|
||||
"children": [
|
||||
{
|
||||
"title": "Antrean Poliklinik",
|
||||
"link": "/rehab/polyclinic-queue"
|
||||
"link": "/rehab/encounter-queue"
|
||||
},
|
||||
{
|
||||
"title": "Kunjungan",
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Antrian Poliklinik",
|
||||
"link": "/outpatient/polyclinic-queue"
|
||||
"link": "/outpatient/encounter-queue"
|
||||
},
|
||||
{
|
||||
"title": "Kunjungan",
|
||||
@@ -57,7 +57,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Antrean Poliklinik",
|
||||
"link": "/rehab/polyclinic-queue"
|
||||
"link": "/rehab/encounter-queue"
|
||||
},
|
||||
{
|
||||
"title": "Kunjungan",
|
||||
Reference in New Issue
Block a user