mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix account confilct
This commit is contained in:
@@ -587,7 +587,7 @@ func (self *SCloudprovider) getMoreDetails(ctx context.Context, extra *jsonutils
|
||||
}
|
||||
account := self.GetCloudaccount()
|
||||
if account != nil {
|
||||
extra.Add(jsonutils.NewString(account.GetName()), "account")
|
||||
extra.Add(jsonutils.NewString(account.GetName()), "cloudaccount")
|
||||
}
|
||||
return extra
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user