From 192296cfcaf899eb23d5c6289b6351b1e497127f Mon Sep 17 00:00:00 2001 From: VS-Code <-> Date: Fri, 6 Feb 2026 15:59:49 +0100 Subject: [PATCH] - --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 11c1308..561db1d 100755 --- a/index.html +++ b/index.html @@ -278,7 +278,7 @@ // Hier definierst du Zielwerte, Dauer und Nachkommastellen animateValue("stat-users", 0, 2, 1000, 0); animateValue("stat-procs", 0, 186, 1200, 0); - animateValue("stat-load", 0, 14.3, 1500, 2); + animateValue("stat-load", 0, 14.3, 1500, 1); animateValue("stat-memory", 0, 18.2, 1500, 1); animateValue("stat-disk", 0, 6, 1500, 0); }