change maintenance icon from blue square to blue circle.

This commit is contained in:
Riccardo Crippa 2025-04-30 07:23:43 +02:00
parent 6d93e2b015
commit 342ac5398c

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}`;