Merge branch 'staging' into feature/dashboard-laporan
This commit is contained in:
30
module.json
30
module.json
@@ -277,13 +277,39 @@
|
||||
{
|
||||
"title": "NOC",
|
||||
"path": "noc",
|
||||
"icon": "ki-filled ki-two-credit-cart text-lg text-primary",
|
||||
"icon": "ki-filled ki-briefcase text-lg text-primary",
|
||||
"classes": "",
|
||||
"attributes": [],
|
||||
"permission": "",
|
||||
"roles": [
|
||||
"administrator",
|
||||
"noc"
|
||||
"admin"
|
||||
],
|
||||
"sub": [
|
||||
{
|
||||
"title": "Pembayaran",
|
||||
"path": "noc.pembayaran",
|
||||
"icon": "ki-filled ki-two-credit-cart text-lg text-primary",
|
||||
"classes": "",
|
||||
"attributes": [],
|
||||
"permission": "",
|
||||
"roles": [
|
||||
"administrator",
|
||||
"noc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Penyelesaian",
|
||||
"path": "noc.penyelesaian",
|
||||
"icon": "ki-filled ki-two-credit-cart text-lg text-primary",
|
||||
"classes": "",
|
||||
"attributes": [],
|
||||
"permission": "",
|
||||
"roles": [
|
||||
"administrator",
|
||||
"noc"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user