add bios mode to mobile view
Simon Smith committed
Oct 11, 2023 at 22:08 UTC
bb7a5e9ccee352e59291bb68748f10005cce56e4
1 file changed
+1
views/default-mobile.handlebars
+1
@@ -5971,6 +5971,7 @@
5971
if (ident.bios_vendor) { x += addDetailItem("Vendor", EscapeHtml(ident.bios_vendor), s); }
5972
if (ident.bios_version) { x += addDetailItem("Version", EscapeHtml(ident.bios_version), s); }
5973
if (ident.bios_serial) { x += addDetailItem("Serial", EscapeHtml(ident.bios_serial), s); }
5974
+ if (ident.bios_mode) { x += addDetailItem("Mode", EscapeHtml(ident.bios_mode), s); }
5975
if (x != '') { sections.push({ name: "BIOS", html: x, img: 'chip' }); }
5976
5977
// Motherboard