mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix(region): resource count for cachedimages
This commit is contained in:
@@ -93,6 +93,10 @@ type SCachedimage struct {
|
||||
ImageType string `width:"16" default:"customized" list:"user" index:"true"`
|
||||
}
|
||||
|
||||
func (manager *SCachedimageManager) GetResourceCount() ([]db.SScopeResourceCount, error) {
|
||||
return []db.SScopeResourceCount{}, nil
|
||||
}
|
||||
|
||||
func (self SCachedimage) GetGlobalId() string {
|
||||
return self.ExternalId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user