1
0
Fork 0
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:
Simon Smith 2024-02-22 17:55:48 +00:00 committed by GitHub
parent 0b2368df9d
commit 82c70659b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1804 additions and 1789 deletions

View file

@ -408,7 +408,8 @@ function windows_volumes()
type: tokens[2].split('"')[1],
size: tokens[3].split('"')[1],
sizeremaining: tokens[4].split('"')[1],
removable: tokens[5].split('"')[1] == 'Removable'
removable: tokens[5].split('"')[1] == 'Removable',
cdrom: tokens[5].split('"')[1] == 'CD-ROM'
};
}
}