From 0abb8a349491bcaecde5c1a4044ff1407ae7a6c8 Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 28 Feb 2024 12:00:19 +0100 Subject: [PATCH] weird errors --- Flask/templates/vnc_post.html | 2 ++ version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Flask/templates/vnc_post.html b/Flask/templates/vnc_post.html index 4631898..c2f1a5d 100644 --- a/Flask/templates/vnc_post.html +++ b/Flask/templates/vnc_post.html @@ -32,6 +32,8 @@ const fitAddon = new FitAddon(); term.loadAddon(fitAddon); term.open(document.getElementById('console')); + fitAddon.fit() + document.getElementById("console").style.textAlign = "left" const eventSource = new EventSource('/stream'); diff --git a/version b/version index f58264f..f3595c1 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.8.28 +v6.8.29