change Maintenance text.

This commit is contained in:
Riccardo Crippa 2025-05-05 07:57:53 +02:00
parent 532b9da2c0
commit bab93e5962

View file

@ -1291,7 +1291,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 = "🔵 In Maintenance";
} }
let msg = `[${monitor.name}] [${text}] ${bean.msg}`; let msg = `[${monitor.name}] [${text}] ${bean.msg}`;