mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-04 12:48:41 +00:00
Added Home module
This commit is contained in:
parent
504d329de5
commit
f8a0e36a3a
|
|
@ -3,46 +3,15 @@
|
|||
"id": 1000201001,
|
||||
"pid": "/backend",
|
||||
"type": 2,
|
||||
"subtype": 0,
|
||||
"name": "Home",
|
||||
"uri": null,
|
||||
"target": "self",
|
||||
"icon": "fa fa-home",
|
||||
"order": 10,
|
||||
"from": "Dashboard",
|
||||
"permission": { "type": null, "element": null },
|
||||
"parent": 0,
|
||||
"children": [
|
||||
{
|
||||
"id": 1000202001,
|
||||
"pid": "/backend",
|
||||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Dashboard",
|
||||
"uri": "/{/lang}/backend?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
"from": "Dashboard",
|
||||
"permission": { "type": null, "element": null },
|
||||
"parent": 1000201001,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1000200001,
|
||||
"pid": "/backend",
|
||||
"type": 1,
|
||||
"subtype": 1,
|
||||
"name": "Logout",
|
||||
"uri": "/{/lang}/api/logout?{?}",
|
||||
"name": "Dashboard",
|
||||
"uri": "/{/lang}/backend?{?}",
|
||||
"target": "self",
|
||||
"icon": "fa fa-power-off",
|
||||
"order": 999,
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
"from": "Dashboard",
|
||||
"permission": { "type": null, "element": null },
|
||||
"parent": 0,
|
||||
"parent": 1006901001,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -12,6 +12,4 @@
|
|||
*/
|
||||
return ['Navigation' => [
|
||||
'Dashboard' => 'Dashboard',
|
||||
'Home' => 'Home',
|
||||
'Logout' => 'Logout',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user