mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 05:36:13 +08:00 
			
		
		
		
	fix: add message for empty group pending state
This commit is contained in:
		@@ -294,6 +294,7 @@ class Monitor extends BeanModel {
 | 
			
		||||
                    } else {
 | 
			
		||||
                        // Set status pending if group is empty
 | 
			
		||||
                        bean.status = PENDING;
 | 
			
		||||
                        bean.msg = "Group empty";
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                } else if (this.type === "http" || this.type === "keyword") {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user