调整显示
This commit is contained in:
parent
f7986323b9
commit
a8fbb1d572
@ -111,7 +111,7 @@
|
||||
min: 0,
|
||||
max: disk.total,
|
||||
detail: {formatter: '{value}GB'},
|
||||
data: [{value: (parseFloat(disk.total) - parseFloat(disk.free)).toFixed(2), name: '磁盘使用'}]
|
||||
data: [{value: (parseFloat(disk.total) - parseFloat(disk.usable)).toFixed(2), name: '磁盘使用'}]
|
||||
}
|
||||
]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user