This commit is contained in:
VS-Code
2026-02-06 15:53:20 +01:00
parent addc23bc14
commit 4978c5c9b4

View File

@@ -220,7 +220,7 @@
<span class="t-yellow">__ __ ___ -------------------------</span>
<span class="t-yellow">/ / / /__ / (_)___ _____</span> <span class="t-white">Users </span><span class="t-yellow">:</span> <span class="t-white" id="stat-users">0</span>
<span class="t-yellow">/ /_/ / _ \/ / / __ \/ ___/</span> <span class="t-white">Procs </span><span class="t-yellow">:</span> <span class="t-white" id="stat-procs">0</span>
<span class="t-yellow">/ __ / __/ / / /_/ (__ )</span> <span class="t-white">Load </span><span class="t-yellow">:</span> <span class="t-white" id="stat-load">0.00</span>
<span class="t-yellow">/ __ / __/ / / /_/ (__ )</span> <span class="t-white">Load </span><span class="t-yellow">:</span> <span class="t-white" id="stat-load">00.0</span><span class="t-white">%</span>
<span class="t-yellow">/_/ /_/\___/_/_/\____/____/</span> <span class="t-white">Memory </span><span class="t-yellow">:</span> <span class="t-white" id="stat-memory">0.0</span><span class="t-white">%</span>
<span class="t-white">Disk </span><span class="t-yellow">:</span> <span class="t-white" id="stat-disk">0</span><span class="t-white">%</span></pre>
@@ -253,7 +253,7 @@
<br><br><br>
</div>
<script>
const text = "HELIOS";
const text = "Helios";
const speed = 150;
let i = 0;
@@ -281,7 +281,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, 0.10, 1500, 2);
animateValue("stat-load", 0, 14.3, 1500, 2);
animateValue("stat-memory", 0, 18.2, 1500, 1);
animateValue("stat-disk", 0, 6, 1500, 0);
}