mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 05:36:13 +08:00 
			
		
		
		
	[WIP] Checking maintenance time using maintenance_timeslot table
This commit is contained in:
		@@ -588,7 +588,7 @@ export default {
 | 
			
		||||
 | 
			
		||||
                if (this.monitorList[monitorID].maintenance) {
 | 
			
		||||
                    result[monitorID] = {
 | 
			
		||||
                        text: this.$t("Maintenance"),
 | 
			
		||||
                        text: this.$t("statusMaintenance"),
 | 
			
		||||
                        color: "maintenance",
 | 
			
		||||
                    };
 | 
			
		||||
                } else if (! lastHeartBeat) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user