From f04ea053f3fb04a413f4101ea58259b256ab440d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Apr 2024 00:52:07 +0000 Subject: [PATCH] fix bugs --- Admin/Install/Navigation.install.json | 13 +++++++------ Theme/Backend/Lang/en.lang.php | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 04b8ece..c1e1f26 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Monitoring", - "uri": "{/base}/admin/monitoring/general?{?}", + "uri": "{/base}/admin/monitoring/general", "target": "self", "icon": null, "order": 70, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Dashboard", - "uri": "{/base}/admin/monitoring/general?{?}", + "uri": "{/base}/admin/monitoring/general", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Logs", - "uri": "{/base}/admin/monitoring/log/list?{?}", + "uri": "{/base}/admin/monitoring/log/list", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Stats", - "uri": "{/base}/admin/monitoring/stats?{?}", + "uri": "{/base}/admin/monitoring/stats", "target": "self", "icon": null, "order": 10, @@ -64,14 +64,15 @@ "type": 3, "subtype": 1, "name": "Security", - "uri": "{/base}/admin/monitoring/security/dashboard?{?}", + "uri": "{/base}/admin/monitoring/security/dashboard", "target": "self", "icon": null, "order": 15, "from": "Monitoring", "permission": { "permission": 2, "category": null, "element": null }, "parent": 1000706001, - "children": [] + "children": [], + "status": 3 } ] } diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index b50d6a7..222cd9b 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -67,5 +67,5 @@ return ['Monitoring' => [ 'Uri' => 'Uri', 'Version' => 'Version', 'Warnings' => 'Warnings', - 'WarningLogReport' => 'When you report this log, please make sure no confidential and personal data is submitted.', + 'WarningLogReport' => 'If you report this log, please make sure no confidential and personal data is submitted.', ]];