mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	实现健康检查配置、立即执行健康检查
This commit is contained in:
		@@ -73,9 +73,10 @@ func (this *IndexAction) RunGet(params struct {
 | 
			
		||||
		ipAddresses := []maps.Map{}
 | 
			
		||||
		for _, addr := range ipAddressesResp.Addresses {
 | 
			
		||||
			ipAddresses = append(ipAddresses, maps.Map{
 | 
			
		||||
				"id":   addr.Id,
 | 
			
		||||
				"name": addr.Name,
 | 
			
		||||
				"ip":   addr.Ip,
 | 
			
		||||
				"id":        addr.Id,
 | 
			
		||||
				"name":      addr.Name,
 | 
			
		||||
				"ip":        addr.Ip,
 | 
			
		||||
				"canAccess": addr.CanAccess,
 | 
			
		||||
			})
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user