Fix renderAlerts missing function declaration

This commit is contained in:
2026-05-02 21:35:20 -05:00
parent d49a0d73a3
commit 1a9d299f10
+2
View File
@@ -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();