oms-Auditor/Admin/Install/Navigation.install.json
Dennis Eichhorn be4fc6ddfd
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:04 +00:00

34 lines
934 B
JSON

[
{
"id": 1006201001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Auditor",
"uri": "{/base}/admin/audit/list",
"target": "self",
"icon": null,
"order": 75,
"from": "Auditor",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1000101001,
"children": [
{
"id": 1006202001,
"pid": "/admin/audit",
"type": 3,
"subtype": 1,
"name": "Audits",
"uri": "{/base}/admin/audit/list",
"target": "self",
"icon": null,
"order": 1,
"from": "Auditor",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1006201001,
"children": []
}
]
}
]