Perbarui struktur menu di module.json

- Memindahkan item "otorisator" ke struktur menu terpisah.
- Mengubah ikon pada beberapa menu untuk konsistensi visual.
- Menambahkan atribut ikon pada menu "Otorisasi Penawaran", "Pembayaran", "Pelaporan", "Pembatalan", dan "SLA".
- Memastikan peran (roles) tetap konsisten pada semua item menu.
This commit is contained in:
Daeng Deni Mardaeni
2024-12-29 21:13:46 +07:00
parent c02c0cacc4
commit 86ad165caa

View File

@@ -12,23 +12,7 @@
"app/Helpers/Lpj.php"
],
"menu": {
"main": [
{
"title": "Otorisator",
"path": "otorisator",
"icon": "ki-filled ki-security-user text-lg text-info",
"classes": "",
"attributes": [],
"permission": "",
"roles": [
"administrator",
"senior-officer",
"pemohon-eo",
"admin",
"EO Appraisal",
"DD Appraisal"
],
"sub": [
"otorisator": [
{
"title": "Permohonan",
"path": "authorization",
@@ -44,6 +28,7 @@
{
"title": "Otorisasi Penawaran",
"path": "otorisasitender.penawaran",
"icon": "ki-filled ki-brifecase-tick text-lg text-info",
"classes": "",
"attributes": [],
"permission": "",
@@ -57,6 +42,7 @@
{
"title": "Pembayaran",
"path": "pembayaran.approval",
"icon": "ki-filled ki-ensure text-lg text-info",
"classes": "",
"attributes": [],
"permission": "",
@@ -70,6 +56,7 @@
{
"title": "Pelaporan",
"path": "otorisator.pelaporan",
"icon": "ki-filled ki-filter-tablet text-lg text-info",
"classes": "",
"attributes": [],
"permission": "",
@@ -83,6 +70,7 @@
{
"title": "Pembatalan",
"path": "otorisator.pembatalan",
"icon": "ki-filled ki-file-deleted text-lg text-info",
"classes": "",
"attributes": [],
"permission": "",
@@ -96,6 +84,7 @@
{
"title": "SLA",
"path": "otorisator.sla",
"icon": "ki-filled ki-calendar-tick text-lg text-info",
"classes": "",
"attributes": [],
"permission": "",
@@ -106,8 +95,8 @@
"DD Appraisal"
]
}
]
},
],
"main": [
{
"title": "Permohonan",
"path": "permohonan",