|  | @ -83,17 +83,12 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |             perPage: 25, |  |  |             perPage: 25, | 
			
		
	
		
		
			
				
					|  |  |             heartBeatList: [], |  |  |             heartBeatList: [], | 
			
		
	
		
		
			
				
					|  |  |             paginationConfig: { |  |  |             paginationConfig: { | 
			
		
	
		
		
			
				
					
					|  |  |                 texts:{ |  |  |                 texts: { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |                     count:`${this.$t("Showing {from} to {to} of {count} records")}|{count} ${this.$t("records")}|${this.$t("One record")}`, |  |  |                     count: "", | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |                     first:this.$t("First"), |  |  |                 }, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |                     last:this.$t("Last"), |  |  |                 chunksNavigation: "scroll", | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |                     nextPage:'>', |  |  |             }, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |                     nextChunk:'>>', |  |  |         }; | 
			
				
				
			
		
	
		
		
			
				
					|  |  |                     prevPage:'<', |  |  |  | 
			
		
	
		
		
			
				
					|  |  |                     prevChunk:'<<' |  |  |  | 
			
		
	
		
		
			
				
					|  |  |                 } |  |  |  | 
			
		
	
		
		
			
				
					|  |  |             } |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         } |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					|  |  |     computed: { |  |  |     computed: { | 
			
		
	
		
		
			
				
					|  |  |         stats() { |  |  |         stats() { | 
			
		
	
	
		
		
			
				
					|  | @ -106,7 +101,7 @@ export default { | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |             for (let monitorID in this.$root.monitorList) { |  |  |             for (let monitorID in this.$root.monitorList) { | 
			
		
	
		
		
			
				
					|  |  |                 let beat = this.$root.lastHeartbeatList[monitorID]; |  |  |                 let beat = this.$root.lastHeartbeatList[monitorID]; | 
			
		
	
		
		
			
				
					
					|  |  |                 let monitor = this.$root.monitorList[monitorID] |  |  |                 let monitor = this.$root.monitorList[monitorID]; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |                 if (monitor && ! monitor.active) { |  |  |                 if (monitor && ! monitor.active) { | 
			
		
	
		
		
			
				
					|  |  |                     result.pause++; |  |  |                     result.pause++; | 
			
		
	
	
		
		
			
				
					|  | @ -132,7 +127,7 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |             let result = []; |  |  |             let result = []; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |             for (let monitorID in this.$root.importantHeartbeatList) { |  |  |             for (let monitorID in this.$root.importantHeartbeatList) { | 
			
		
	
		
		
			
				
					
					|  |  |                 let list = this.$root.importantHeartbeatList[monitorID] |  |  |                 let list = this.$root.importantHeartbeatList[monitorID]; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                 result = result.concat(list); |  |  |                 result = result.concat(list); | 
			
		
	
		
		
			
				
					|  |  |             } |  |  |             } | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | @ -140,7 +135,7 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |                 let monitor = this.$root.monitorList[beat.monitorID]; |  |  |                 let monitor = this.$root.monitorList[beat.monitorID]; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |                 if (monitor) { |  |  |                 if (monitor) { | 
			
		
	
		
		
			
				
					
					|  |  |                     beat.name = monitor.name |  |  |                     beat.name = monitor.name; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                 } |  |  |                 } | 
			
		
	
		
		
			
				
					|  |  |             } |  |  |             } | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | @ -167,7 +162,7 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |             return this.heartBeatList.slice(startIndex, endIndex); |  |  |             return this.heartBeatList.slice(startIndex, endIndex); | 
			
		
	
		
		
			
				
					|  |  |         }, |  |  |         }, | 
			
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  | } |  |  | }; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  | </script> |  |  | </script> | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | <style lang="scss" scoped> |  |  | <style lang="scss" scoped> | 
			
		
	
	
		
		
			
				
					|  | 
 |