update maintenance icon on notification.

This commit is contained in:
Riccardo Crippa 2025-04-29 15:27:29 +02:00
parent 60b9b397b1
commit 459d34c6bc

View file

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