mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	[status page] create incident
This commit is contained in:
		@@ -106,7 +106,11 @@ export default {
 | 
			
		||||
                    this.heartbeatList[data.monitorID] = [];
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                this.heartbeatList[data.monitorID].push(data)
 | 
			
		||||
                this.heartbeatList[data.monitorID].push(data);
 | 
			
		||||
 | 
			
		||||
                if (this.heartbeatList[data.monitorID].length >= 150) {
 | 
			
		||||
                    this.heartbeatList[data.monitorID].shift();
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                // Add to important list if it is important
 | 
			
		||||
                // Also toast
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user