fix(region): resource count for cachedimages

This commit is contained in:
Qu Xuan
2021-08-23 14:23:21 +08:00
parent 4f2aa13bbb
commit d8e2f448b9
+4
View File
@@ -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
}