Clean NOC structure V3.5

This commit is contained in:
2026-04-25 18:22:43 -05:00
parent f03f0cb7de
commit e11463a0e4
5 changed files with 145 additions and 333 deletions
+7
View File
@@ -5,6 +5,9 @@ document.addEventListener("DOMContentLoaded", () => {
}
loadNocStatus();
// Auto-refresh NOC dashboard every 30 seconds
setInterval(loadNocStatus, 30000);
});
async function loadNocStatus() {
@@ -58,6 +61,10 @@ async function loadNocStatus() {
<div class="system-label">${system.label || "System"}</div>
<div class="severity-pill ${system.severity?.toLowerCase() || "unknown"}">
${system.severity || "Unknown"}
</div>
<h3>${system.name}</h3>
<p>${system.type}</p>
<code>${system.address}</code>