diff --git a/diagnostic/index.html b/diagnostic/index.html index 8b4613d..cc1e46e 100644 --- a/diagnostic/index.html +++ b/diagnostic/index.html @@ -1397,7 +1397,7 @@
(Lade...)
-
+

Compute-Flotte 🖥️

@@ -4386,6 +4386,17 @@ }).join(''); } + // Sprung von den Einstellungen zur Compute-Flotte (dort sitzt der + // Auslastung-Button pro Node → Live nvidia-smi + Graphen). + function gotoComputeFleet() { + switchMainTab('satellites'); + requestWorkers(); + setTimeout(() => { + const el = document.getElementById('compute-fleet'); + if (el) el.scrollIntoView({ behavior: 'smooth', block: 'start' }); + }, 60); + } + // ── Auslastungs-Monitor (Stage E) ─────────────────────── let _nodeStatsTarget = ''; function openNodeStats(instanceId, node) { @@ -7045,7 +7056,8 @@ '' + escapeHtml(models) + '' + '
'; }).join(''); - }).join(''); + }).join('') + + '
Auslastung & Details in der Compute-Flotte →
'; } async function loadLocalLlmConfig() { try {