mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix: make cloudaccount options visbile in list (#15684)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
This commit is contained in:
@@ -139,7 +139,7 @@ type SCloudaccount struct {
|
||||
Brand string `width:"64" charset:"utf8" nullable:"true" list:"domain" create:"optional"`
|
||||
|
||||
// 额外信息
|
||||
Options *jsonutils.JSONDict `get:"domain" create:"domain_optional" update:"domain"`
|
||||
Options *jsonutils.JSONDict `get:"domain" list:"domain" create:"domain_optional" update:"domain"`
|
||||
|
||||
// for backward compatiblity, keep is_public field, but not usable
|
||||
// IsPublic bool `default:"false" nullable:"false"`
|
||||
|
||||
Reference in New Issue
Block a user