mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	docs: more comments
This commit is contained in:
		@@ -768,6 +768,7 @@ message HealthCheckResponse {
 | 
				
			|||||||
				!this.monitor.childrenIDs?.includes(monitor.id)
 | 
									!this.monitor.childrenIDs?.includes(monitor.id)
 | 
				
			||||||
            );
 | 
					            );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // Filter result by active state, weight and alphabetical
 | 
				
			||||||
            result.sort((m1, m2) => {
 | 
					            result.sort((m1, m2) => {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if (m1.active !== m2.active) {
 | 
					                if (m1.active !== m2.active) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user