From e4b51997ee6f7e06233c02f7748ce6d76106af67 Mon Sep 17 00:00:00 2001 From: blaerf Date: Mon, 17 Nov 2025 06:35:22 +0100 Subject: [PATCH] =?UTF-8?q?SNMP=20Teil=20hinzugef=C3=BCgt=20und=20Pfade=20?= =?UTF-8?q?angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/{ => views}/dashboard.php | 138 ++++++++++++++++++------------- 1 file changed, 80 insertions(+), 58 deletions(-) rename public/{ => views}/dashboard.php (88%) diff --git a/public/dashboard.php b/public/views/dashboard.php similarity index 88% rename from public/dashboard.php rename to public/views/dashboard.php index 969401b..d55019a 100644 --- a/public/dashboard.php +++ b/public/views/dashboard.php @@ -1,7 +1,7 @@ $serverStatus */ ?> @@ -17,13 +17,13 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php'; SB Admin 2 - Dashboard - + - + @@ -36,7 +36,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';