Merge pull request #8159 from tb365/bugfix/tb-bugfix-092901

aliyun public elb region fix
This commit is contained in:
yunion-ci-robot
2020-09-29 23:28:50 +08:00
committed by GitHub
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