mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-18 04:04:41 -05:00
fix: add message for empty group pending state
This commit is contained in:
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
Block a user