mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Automatic merge from release/2.0.0 -> release/2.1.0
* commit '01942d2cc023dd07d5d609c495e22967d762a1ef': 普通用户下根据zone过滤失效
This commit is contained in:
@@ -73,7 +73,7 @@ type SStorage struct {
|
||||
Cmtbound float32 `nullable:"true" list:"admin" update:"admin"` // Column(Float, nullable=True)
|
||||
StorageConf jsonutils.JSONObject `nullable:"true" get:"admin" update:"admin"` // = Column(JSONEncodedDict, nullable=True)
|
||||
|
||||
ZoneId string `width:"36" charset:"ascii" nullable:"false" list:"admin" create:"admin_required"`
|
||||
ZoneId string `width:"36" charset:"ascii" nullable:"false" list:"user" create:"admin_required"`
|
||||
|
||||
StoragecacheId string `width:"36" charset:"ascii" nullable:"true" list:"admin" get:"admin"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user