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:
13
module.json
13
module.json
@@ -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": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user