Upgrade NOC dashboard to V3 with latency and roadmap

This commit is contained in:
2026-04-25 17:45:59 -05:00
parent 0028475380
commit f03f0cb7de
5 changed files with 169 additions and 76 deletions
+9 -2
View File
@@ -55,11 +55,18 @@ async function loadNocStatus() {
<span class="mini-status ${statusClass}"></span>
<span>${system.layer}</span>
</div>
<div class="system-label">${system.label || "System"}</div>
<h3>${system.name}</h3>
<p>${system.type}</p>
<code>${system.address}</code>
<small>Status: ${system.status}</small>
<small>Last Check: ${system.lastCheck || "Manual"}</small>
<div class="system-meta">
<small>Status: ${system.status}</small>
<small>Latency: ${system.latency || "N/A"}</small>
<small>Last Check: ${system.lastCheck || "Manual"}</small>
</div>
`;
grid.appendChild(card);