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 326a996a48
commit ab06bf7a52

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