mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
add Capacity Remaining
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
26bb350122
commit
0b2368df9d
5 changed files with 1809 additions and 1788 deletions
|
@ -5723,6 +5723,7 @@ function cleanGetBitLockerVolumeInfo(volumes) {
|
|||
for (var i in volumes) {
|
||||
const v = volumes[i];
|
||||
if (typeof v.size == 'string') { v.size = parseInt(v.size); }
|
||||
if (typeof v.sizeremaining == 'string') { v.sizeremaining = parseInt(v.sizeremaining); }
|
||||
if (v.identifier == '') { delete v.identifier; }
|
||||
if (v.name == '') { delete v.name; }
|
||||
if (v.removable != true) { delete v.removable; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue