mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Merge branch 'master' into clear-monitor-data
This commit is contained in:
		@@ -263,7 +263,7 @@ export default {
 | 
			
		||||
                return this.lastHeartBeat.ping;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            return "N/A"
 | 
			
		||||
            return this.$t("notAvailableShort")
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        avgPing() {
 | 
			
		||||
@@ -271,7 +271,7 @@ export default {
 | 
			
		||||
                return this.$root.avgPingList[this.monitor.id];
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            return "N/A"
 | 
			
		||||
            return this.$t("notAvailableShort")
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        importantHeartBeatList() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user