diff --git a/script.js b/script.js index 28ab3d47..a907d9a6 100644 --- a/script.js +++ b/script.js @@ -234,6 +234,8 @@ async function loadGithubRepos() { } } } +// Build the alert panel from system data +function renderAlerts(systems, alertList) { const scored = systems .map((sys) => { const sev = (sys.severity || "").toLowerCase();