adjust UI
This commit is contained in:
@@ -190,7 +190,7 @@ func (dn *DataNode) Url() string {
|
|||||||
func (dn *DataNode) ToMap() interface{} {
|
func (dn *DataNode) ToMap() interface{} {
|
||||||
ret := make(map[string]interface{})
|
ret := make(map[string]interface{})
|
||||||
ret["Url"] = dn.Url()
|
ret["Url"] = dn.Url()
|
||||||
ret["Volumes"] = dn.GetVolumeCount()
|
ret["Volumes"] = dn.GetVolumeCount() + dn.GetSsdVolumeCount()
|
||||||
ret["VolumeIds"] = dn.GetVolumeIds()
|
ret["VolumeIds"] = dn.GetVolumeIds()
|
||||||
ret["EcShards"] = dn.GetEcShardCount()
|
ret["EcShards"] = dn.GetEcShardCount()
|
||||||
ret["Max"] = dn.GetMaxVolumeCount()
|
ret["Max"] = dn.GetMaxVolumeCount()
|
||||||
|
|||||||
Reference in New Issue
Block a user