diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 9547da6..fb6d201 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -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": [] } ] diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 44d4f4f..13b074c 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -12,6 +12,4 @@ */ return ['Navigation' => [ 'Dashboard' => 'Dashboard', - 'Home' => 'Home', - 'Logout' => 'Logout', ]]; diff --git a/info.json b/info.json index 2167526..e190e28 100644 --- a/info.json +++ b/info.json @@ -17,7 +17,8 @@ "description": "The backend dashboard module.", "directory": "Dashboard", "dependencies": { - "Admin": "1.0.0" + "Admin": "1.0.0", + "Home": "1.0.0" }, "providing": { "Navigation": "*"