rdb资源增加volume (#394)
Co-authored-by: alickliming <alickliming@didi.global.com>
This commit is contained in:
parent
d26a4a35ab
commit
5667a6ee09
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue