From c9151ff6c831447724aedce5119aa12ae830a005 Mon Sep 17 00:00:00 2001
From: Jonas Leder <git@jonasled.de>
Date: Mon, 17 May 2021 13:50:48 +0200
Subject: [PATCH] added menu enty for systems

---
 public/API/mainMenu.json | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/public/API/mainMenu.json b/public/API/mainMenu.json
index f354673..89033e4 100644
--- a/public/API/mainMenu.json
+++ b/public/API/mainMenu.json
@@ -128,6 +128,33 @@
       }
     ]
   },
+  {
+    "name": "PCs / Server",
+    "url": "#",
+    "type": "dropdown",
+    "childElements": [
+      {
+        "name": "PC",
+        "url": "/systeme/pc.html",
+        "type": "link"
+      },
+      {
+        "name": "NAS",
+        "url": "/systeme/nas.html",
+        "type": "link"
+      },
+      {
+        "name": "HP Server",
+        "url": "/systeme/hpServer.html",
+        "type": "link"
+      },
+      {
+        "name": "Game Server",
+        "url": "/systeme/gameServer.html",
+        "type": "link"
+      }
+    ]
+  },
   {
     "name": "Status",
     "url": "#",
-- 
GitLab