mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	add bios mode to mobile view
This commit is contained in:
		
							parent
							
								
									b57bb1ad27
								
							
						
					
					
						commit
						bb7a5e9cce
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue