oms-Auditor/Admin/Install/Navigation.install.json
Dennis Eichhorn 38231f9721 fix bugs
2024-04-12 00:52:05 +00:00

34 lines
934 B
JSON
Executable File

[
{
"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": []
}
]
}
]