mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
show cd-rom as volume
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
0b2368df9d
commit
82c70659b8
5 changed files with 1804 additions and 1789 deletions
|
@ -5727,6 +5727,7 @@ function cleanGetBitLockerVolumeInfo(volumes) {
|
|||
if (v.identifier == '') { delete v.identifier; }
|
||||
if (v.name == '') { delete v.name; }
|
||||
if (v.removable != true) { delete v.removable; }
|
||||
if (v.cdrom != true) { delete v.cdrom; }
|
||||
if (v.protectionStatus == 'On') { v.protectionStatus = true; } else { delete v.protectionStatus; }
|
||||
if (v.volumeStatus == 'FullyDecrypted') { delete v.volumeStatus; }
|
||||
if (v.recoveryPassword == '') { delete v.recoveryPassword; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue