fix(host): upload storage info with zone id (#13559)

This commit is contained in:
屈轩
2022-03-15 00:50:39 +08:00
committed by GitHub
parent 575d7fac7c
commit 6a0ecc2940
17 changed files with 30 additions and 30 deletions

View File

@@ -80,7 +80,7 @@ func (ea *SEsxiAgent) GetEnableSsl() bool {
return options.Options.EnableSsl
}
func (ea *SEsxiAgent) GetZoneName() string {
func (ea *SEsxiAgent) GetZoneId() string {
return options.Options.Zone
}