mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
add bios serial for windows
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
6d27ff5969
commit
14c3816fc9
3 changed files with 6 additions and 0 deletions
|
@ -5969,6 +5969,7 @@
|
|||
// BIOS
|
||||
if (ident.bios_vendor) { x += addDetailItem("Vendor", EscapeHtml(ident.bios_vendor), s); }
|
||||
if (ident.bios_version) { x += addDetailItem("Version", EscapeHtml(ident.bios_version), s); }
|
||||
if (ident.bios_serial) { x += addDetailItem("Serial", EscapeHtml(ident.bios_serial), s); }
|
||||
if (x != '') { sections.push({ name: "BIOS", html: x, img: 'chip' }); }
|
||||
|
||||
// Motherboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue