update maintenance icon on notification.

This commit is contained in:
Riccardo Crippa 2025-04-29 15:27:29 +02:00
parent 78aa4d58d2
commit 8fe8bd3810

View file

@ -1291,7 +1291,7 @@ class Monitor extends BeanModel {
} else if(bean.status === DOWN) {
text = "🔴 Down";
} else if(bean.status === MAINTENANCE) {
text = "🔴 Maintenance";
text = "🟦 Maintenance";
}
let msg = `[${monitor.name}] [${text}] ${bean.msg}`;