Files
Logs/module.json
Daeng Deni Mardaeni 45810efa3d feat(logs): perbaiki path untuk System Logs
- Menambahkan path "logs.system" untuk submenu System Logs.
- Memastikan akses yang tepat untuk administrator.
2025-04-27 10:50:32 +07:00

52 lines
1.4 KiB
JSON

{
"name": "Logs",
"alias": "logs",
"database": "",
"description": "",
"keywords": [],
"priority": 0,
"providers": [
"Modules\\Logs\\Providers\\LogsServiceProvider"
],
"files": [],
"menu": {
"main": [],
"master": [],
"system": [
{
"title": "Logs",
"path": "logs",
"icon": "ki-filled ki-tablet-text-down text-lg text-primary",
"classes": "",
"attributes": [],
"permission": "",
"roles": [
"administrator"
],
"sub": [
{
"title": "System Logs",
"path": "logs.system",
"classes": "",
"attributes": [],
"permission": "",
"roles": [
"administrator"
]
},
{
"title": "Audit Logs",
"path": "logs.audit",
"classes": "",
"attributes": [],
"permission": "",
"roles": [
"administrator"
]
}
]
}
]
}
}