oms-Home/Admin/Install/Navigation.install.json

36 lines
772 B
JSON

[
{
"id": 1006901001,
"pid": "/backend",
"type": 2,
"subtype": 0,
"name": "Home",
"uri": null,
"target": "self",
"icon": "fa fa-home",
"order": 10,
"from": "Home",
"permission": { "type": null, "element": null },
"parent": 0,
"children": []
},
{
"id": 1006900001,
"pid": "/backend",
"type": 1,
"subtype": 1,
"name": "Logout",
"uri": "/{/lang}/api/logout?{?}",
"target": "self",
"icon": "fa fa-power-off",
"order": 999,
"from": "Home",
"permission": {
"type": null,
"element": null
},
"parent": 0,
"children": []
}
]