From eaa0c2bcbec496b55b3f2cb548a14edc5d83e018 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Thu, 12 Mar 2026 00:14:32 +0100 Subject: [PATCH] added tls fallback and auto pause in log window --- diagnostic/index.html | 34 +++++++++++++++++++++++++++++++--- diagnostic/server.js | 21 ++++++++++++++++----- docker-compose.yml | 1 + 3 files changed, 48 insertions(+), 8 deletions(-) diff --git a/diagnostic/index.html b/diagnostic/index.html index c76da67..91b9e1b 100644 --- a/diagnostic/index.html +++ b/diagnostic/index.html @@ -32,8 +32,12 @@ .btn.secondary { background: #1E1E2E; border: 1px solid #333; } .btn.secondary:hover { background: #2A2A3E; } + .log-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; } + .log-header h2 { margin-bottom: 0; } + .pause-hint { font-size: 11px; color: #FFD60A; display: none; } + .pause-hint.visible { display: inline; } .log-box { background: #080810; border: 1px solid #1E1E2E; border-radius: 6px; - height: 300px; overflow-y: auto; padding: 8px; font-size: 11px; line-height: 1.6; } + height: 300px; overflow-y: auto; padding: 8px; font-size: 11px; line-height: 1.6; position: relative; } .log-entry { white-space: pre-wrap; word-break: break-all; } .log-entry.error { color: #FF6B6B; } .log-entry.warn { color: #FFD60A; } @@ -94,14 +98,38 @@
-

Verbindungslog

+
+

Verbindungslog

+ + Autoscroll pausiert + + +