rdb资源增加volume (#394)

Co-authored-by: alickliming <alickliming@didi.global.com>
This commit is contained in:
alick-liming 2020-11-11 20:49:48 +08:00 committed by GitHub
parent d26a4a35ab
commit 5667a6ee09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ type nodeResourcesCountResp struct {
}
func renderNodeResourcesCountByCate(c *gin.Context) {
needSourceList := []string{"physical", "virtual", "redis", "mongo", "mysql", "container", "sw"}
needSourceList := []string{"physical", "virtual", "redis", "mongo", "mysql", "container", "sw", "volume"}
nodeId := urlParamInt64(c, "id")
node := Node(nodeId)