mirror of
https://github.com/ced4568/ced-portfolio.git
synced 2026-08-12 22:34:03 +00:00
Clean NOC structure V3.5
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user