aliyun public elb region fix

This commit is contained in:
TangBin
2020-09-29 22:04:50 +08:00
parent 1e95a83db0
commit 6d2f1d25c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ type LoadbalancerResourceInfo struct {
// 可用区ID
ZoneId string `json:"zone_id"`
ZoneResourceInfoBase
ZoneResourceInfo
// cloud provider info
ManagedResourceInfo
+1 -1
View File
@@ -187,7 +187,7 @@ func (manager *SLoadbalancerResourceBaseManager) FetchCustomizeColumns(
for i := range rows {
rows[i].VpcResourceInfo = vpcRows[i]
rows[i].ZoneResourceInfoBase = zoneRows[i].ZoneResourceInfoBase
rows[i].ZoneResourceInfo = zoneRows[i]
rows[i].ManagedResourceInfo = manRows[i]
}
return rows