mirror of https://github.com/louislam/uptime-kuma
fix: add message for empty group pending state
parent
9286dcb6ce
commit
f286386f59
|
@ -294,6 +294,7 @@ class Monitor extends BeanModel {
|
||||||
} else {
|
} else {
|
||||||
// Set status pending if group is empty
|
// Set status pending if group is empty
|
||||||
bean.status = PENDING;
|
bean.status = PENDING;
|
||||||
|
bean.msg = "Group empty";
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (this.type === "http" || this.type === "keyword") {
|
} else if (this.type === "http" || this.type === "keyword") {
|
||||||
|
|
Loading…
Reference in New Issue