quiet hours progress

This commit is contained in:
henrygd
2025-11-21 17:09:42 -05:00
parent 26d367b188
commit 56a9915b43
10 changed files with 1178 additions and 56 deletions

View File

@@ -166,6 +166,7 @@ func (am *AlertManager) sendStatusAlert(alertStatus string, systemName string, a
return am.SendAlert(AlertMessageData{
UserID: alertRecord.GetString("user"),
SystemID: systemID,
Title: title,
Message: message,
Link: am.hub.MakeLink("system", systemID),