change Maintenance text.

This commit is contained in:
Riccardo Crippa 2025-05-05 07:57:53 +02:00
parent 483477389c
commit f5c10dd848

View file

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