From acbf150e281421abea94a5427efc66ad0bfad957 Mon Sep 17 00:00:00 2001 From: kodi Date: Sat, 21 Feb 2026 10:28:20 +0100 Subject: [PATCH] feat(ui): netwerk overzicht toegevoegd --- allowed_units.txt | 4 - webui/html/assets/css/app.css | 5 + webui/html/index.html | 259 +++++++++++++++++++++++++++++++++- 3 files changed, 263 insertions(+), 5 deletions(-) delete mode 100644 allowed_units.txt diff --git a/allowed_units.txt b/allowed_units.txt deleted file mode 100644 index 6b853e3..0000000 --- a/allowed_units.txt +++ /dev/null @@ -1,4 +0,0 @@ -demo1.service -demo2.service -sonarr.service -mediaserver.service diff --git a/webui/html/assets/css/app.css b/webui/html/assets/css/app.css index cda0294..e03a102 100644 --- a/webui/html/assets/css/app.css +++ b/webui/html/assets/css/app.css @@ -153,6 +153,11 @@ tr:hover td{background: rgba(96,165,250,.06)} font-size:12px; color: var(--muted); } +pre.code{ + padding:10px; + border-radius:10px; + border:1px solid rgba(255,255,255,.15); +} .badge.ok{border-color: rgba(45,212,191,.6); color: var(--ok)} .badge.bad{border-color: rgba(251,113,133,.6); color: var(--bad)} .badge.warn{border-color: rgba(251,191,36,.6); color: var(--warn)} diff --git a/webui/html/index.html b/webui/html/index.html index b3c78e2..c36a454 100644 --- a/webui/html/index.html +++ b/webui/html/index.html @@ -41,7 +41,6 @@
-
🏠Dashboard @@ -49,6 +48,9 @@
📦Containers
+
+ 🌐Netwerk +
📁Files
@@ -108,6 +110,38 @@
+ +