From 64a527c834a3d69df307c32ac8b2a312c5cbc6e5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 14 Jan 2018 14:36:07 +0100 Subject: [PATCH] Prepare security inspection --- Admin/Install/Navigation.install.json | 15 +++++++++++++++ Theme/Backend/monitoring-dashboard.tpl.php | 2 +- Theme/Backend/monitoring-security.tpl.php | 0 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 Theme/Backend/monitoring-security.tpl.php diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index b9b68e1..743f611 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -42,6 +42,21 @@ "permission": null, "parent": 1000706001, "children": [] + }, + { + "id": 1000706102, + "pid": "/backend/admin/monitoring", + "type": 3, + "subtype": 1, + "name": "Security", + "uri": "/{/lang}/backend/admin/monitoring/security/dashboard?{?}", + "target": "self", + "icon": null, + "order": 5, + "from": "Monitoring", + "permission": null, + "parent": 1000706001, + "children": [] } ] } diff --git a/Theme/Backend/monitoring-dashboard.tpl.php b/Theme/Backend/monitoring-dashboard.tpl.php index a2470a3..2af1132 100644 --- a/Theme/Backend/monitoring-dashboard.tpl.php +++ b/Theme/Backend/monitoring-dashboard.tpl.php @@ -67,4 +67,4 @@ echo $this->getData('nav')->render(); ?> - \ No newline at end of file + diff --git a/Theme/Backend/monitoring-security.tpl.php b/Theme/Backend/monitoring-security.tpl.php new file mode 100644 index 0000000..e69de29