fix: add message for empty group pending state

pull/2693/head
Peace 2 years ago
parent 9286dcb6ce
commit f286386f59
No known key found for this signature in database
GPG Key ID: 0EF6B46E172B739F

@ -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…
Cancel
Save