mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Feat: Improve Certificaet Info Display
This commit is contained in:
		@@ -30,7 +30,7 @@ export default {
 | 
			
		||||
            importantHeartbeatList: { },
 | 
			
		||||
            avgPingList: { },
 | 
			
		||||
            uptimeList: { },
 | 
			
		||||
            certInfoList: {},
 | 
			
		||||
            tlsInfoList: {},
 | 
			
		||||
            notificationList: [],
 | 
			
		||||
            connectionErrorMsg: "Cannot connect to the socket server. Reconnecting...",
 | 
			
		||||
        };
 | 
			
		||||
@@ -154,7 +154,7 @@ export default {
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
            socket.on("certInfo", (monitorID, data) => {
 | 
			
		||||
                this.certInfoList[monitorID] = JSON.parse(data);
 | 
			
		||||
                this.tlsInfoList[monitorID] = JSON.parse(data);
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
            socket.on("importantHeartbeatList", (monitorID, data, overwrite) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user