mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-20 14:02:34 +02:00
change Maintenance text.
This commit is contained in:
parent
483477389c
commit
f5c10dd848
1 changed files with 1 additions and 1 deletions
|
@ -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 = "🔵 In Maintenance";
|
||||||
}
|
}
|
||||||
|
|
||||||
let msg = `[${monitor.name}] [${text}] ${bean.msg}`;
|
let msg = `[${monitor.name}] [${text}] ${bean.msg}`;
|
||||||
|
|
Loading…
Add table
Reference in a new issue