mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Make Resp. Time (ms) and N/A i18n
				
					
				
			This commit is contained in:
		@@ -238,7 +238,7 @@ export default {
 | 
			
		||||
                return this.lastHeartBeat.ping;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            return "N/A"
 | 
			
		||||
            return this.$t("notAvailableShort")
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        avgPing() {
 | 
			
		||||
@@ -246,7 +246,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