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); }