mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-14 08:14:59 -05:00
add bios mode to mobile view
This commit is contained in:
parent
b57bb1ad27
commit
bb7a5e9cce
@ -5971,6 +5971,7 @@
|
||||
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 (ident.bios_mode) { x += addDetailItem("Mode", EscapeHtml(ident.bios_mode), s); }
|
||||
if (x != '') { sections.push({ name: "BIOS", html: x, img: 'chip' }); }
|
||||
|
||||
// Motherboard
|
||||
|
Loading…
Reference in New Issue
Block a user