Update judul menu otorisasi

- Mengubah judul menu pada module.json untuk menambahkan konteks "Otorisasi".
- Judul yang diperbarui: "Permohonan" menjadi "Otorisasi Permohonan", "Pembayaran" menjadi "Otorisasi Pembayaran", dan lainnya.
- Perubahan bertujuan untuk meningkatkan kejelasan dan konsistensi dalam penamaan menu.
This commit is contained in:
Daeng Deni Mardaeni
2024-12-30 13:53:47 +07:00
parent 2ae41c33cd
commit 3ee901e3b0

View File

@@ -14,7 +14,7 @@
"menu": { "menu": {
"otorisator": [ "otorisator": [
{ {
"title": "Permohonan", "title": "Otorisasi Permohonan",
"path": "authorization", "path": "authorization",
"icon": "ki-filled ki-security-user text-lg text-info", "icon": "ki-filled ki-security-user text-lg text-info",
"classes": "", "classes": "",
@@ -40,7 +40,7 @@
] ]
}, },
{ {
"title": "Pembayaran", "title": "Otorisasi Pembayaran",
"path": "pembayaran.approval", "path": "pembayaran.approval",
"icon": "ki-filled ki-ensure text-lg text-info", "icon": "ki-filled ki-ensure text-lg text-info",
"classes": "", "classes": "",
@@ -49,12 +49,11 @@
"roles": [ "roles": [
"administrator", "administrator",
"admin", "admin",
"EO Appraisal", "pemohon-eo"
"DD Appraisal"
] ]
}, },
{ {
"title": "Pelaporan", "title": "Otorisasi Pelaporan",
"path": "otorisator.pelaporan", "path": "otorisator.pelaporan",
"icon": "ki-filled ki-filter-tablet text-lg text-info", "icon": "ki-filled ki-filter-tablet text-lg text-info",
"classes": "", "classes": "",
@@ -68,7 +67,7 @@
] ]
}, },
{ {
"title": "Pembatalan", "title": "Otorisasi Pembatalan",
"path": "otorisator.pembatalan", "path": "otorisator.pembatalan",
"icon": "ki-filled ki-file-deleted text-lg text-info", "icon": "ki-filled ki-file-deleted text-lg text-info",
"classes": "", "classes": "",
@@ -82,7 +81,7 @@
] ]
}, },
{ {
"title": "SLA", "title": "Otorisasi SLA",
"path": "otorisator.sla", "path": "otorisator.sla",
"icon": "ki-filled ki-calendar-tick text-lg text-info", "icon": "ki-filled ki-calendar-tick text-lg text-info",
"classes": "", "classes": "",