mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-15 18:08:40 +00:00
Added Home module
This commit is contained in:
parent
504d329de5
commit
f8a0e36a3a
|
|
@ -3,46 +3,15 @@
|
||||||
"id": 1000201001,
|
"id": 1000201001,
|
||||||
"pid": "/backend",
|
"pid": "/backend",
|
||||||
"type": 2,
|
"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,
|
"subtype": 1,
|
||||||
"name": "Logout",
|
"name": "Dashboard",
|
||||||
"uri": "/{/lang}/api/logout?{?}",
|
"uri": "/{/lang}/backend?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": "fa fa-power-off",
|
"icon": null,
|
||||||
"order": 999,
|
"order": 1,
|
||||||
"from": "Dashboard",
|
"from": "Dashboard",
|
||||||
"permission": { "type": null, "element": null },
|
"permission": { "type": null, "element": null },
|
||||||
"parent": 0,
|
"parent": 1006901001,
|
||||||
"children": []
|
"children": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,4 @@
|
||||||
*/
|
*/
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'Dashboard' => 'Dashboard',
|
'Dashboard' => 'Dashboard',
|
||||||
'Home' => 'Home',
|
|
||||||
'Logout' => 'Logout',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,8 @@
|
||||||
"description": "The backend dashboard module.",
|
"description": "The backend dashboard module.",
|
||||||
"directory": "Dashboard",
|
"directory": "Dashboard",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Admin": "1.0.0"
|
"Admin": "1.0.0",
|
||||||
|
"Home": "1.0.0"
|
||||||
},
|
},
|
||||||
"providing": {
|
"providing": {
|
||||||
"Navigation": "*"
|
"Navigation": "*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user