From 25a5ab4d3e9af5bb3358d1ec293a257ecd095f43 Mon Sep 17 00:00:00 2001 From: thomasciesla Date: Mon, 22 Dec 2025 14:19:43 +0100 Subject: [PATCH] jtl-wafi-dashboard.py aktualisiert --- jtl-wafi-dashboard.py | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/jtl-wafi-dashboard.py b/jtl-wafi-dashboard.py index c093f78..74eb5c5 100644 --- a/jtl-wafi-dashboard.py +++ b/jtl-wafi-dashboard.py @@ -1179,6 +1179,10 @@ def get_dashboard_html() -> str: table { width: 100%; border-collapse: collapse; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; } th, td { padding: 14px 16px; text-align: left; } th { background: rgba(0,0,0,0.2); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-secondary); } + th.sortable { cursor: pointer; user-select: none; transition: color 0.2s; } + th.sortable:hover { color: var(--accent); } + th.sortable .sort-icon { margin-left: 4px; opacity: 0.3; } + th.sortable.asc .sort-icon, th.sortable.desc .sort-icon { opacity: 1; color: var(--accent); } td { border-top: 1px solid var(--border); font-size: 14px; } tr:hover td { background: rgba(255,255,255,0.02); } .status-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 20px; font-size: 12px; font-weight: 500; } @@ -1270,15 +1274,15 @@ def get_dashboard_html() -> str:

πŸ–₯️ Server

0
-
StatusHostnameShopsLoadMemoryZuletztAktionen
+
Status⇅Hostname⇅Shops⇅Load⇅Memory⇅Zuletzt⇅Aktionen

πŸ›‘οΈ Shops hinter Link11

0
-
StatusDomainServerModusReq/minBansLaufzeitAktionen
+
Status⇅Domain⇅Server⇅Modus⇅Req/min⇅Bans⇅Laufzeit⇅Aktionen

⚑ Shops direkt verbunden

0
-
StatusDomainServerModusReq/minBansLaufzeitAktionen
+
Status⇅Domain⇅Server⇅Modus⇅Req/min⇅Bans⇅Laufzeit⇅Aktionen
πŸ“œ Live Logs: -
@@ -1292,12 +1296,19 @@ def get_dashboard_html() -> str: