Searched refs:BIOS_INFO (Results 1 – 2 of 2) sorted by relevance
50 <div class="py-1 col-sm">{{ this.imported ? this.board.BIOS_INFO : '' }}</div>164 if (this.board.BIOS_INFO != null) {165 let biosinfo = this.board.BIOS_INFO.split('\n')182 this.board.BIOS_INFO = biosinfo.join('\n')
12 BIOS_INFO = ['BIOS Information', 'Vendor:', 'Version:', 'Release Date:', 'BIOS Revision:'] variable95 bios_board = BIOS_INFO + BASE_BOARD
Completed in 10 milliseconds