Loading htdocs/_data/devices/bacon.yml +9 −1 Original line number Diff line number Diff line Loading @@ -60,3 +60,11 @@ recovery_install_file_name: recovery_install_fastboot_generic install_e_file_name: install_e_with_erecovery downloads_file_name: device_downloads_erecovery help_file_name: help_oneplus bootloader_relocking: - {vendor: 'Fairphone Store', supported: 'yes'} - {vendor: 'Murena Store', supported: 'yes'} - {vendor: 'Third Party', supported: 'no'} verified_boot: - {vendor: 'Fairphone Store', supported: 'yes'} - {vendor: 'Murena Store', supported: 'yes'} - {vendor: 'Third Party', supported: 'no'} No newline at end of file htdocs/_includes/device/product_page.html +4 −4 Original line number Diff line number Diff line Loading @@ -65,8 +65,8 @@ <h3 class="mb-3 mt-3">Bootloader Relocking Status</h3> <div class="row row-detail"> {% for el in device.bootloader_relocking %} <dt class="dt-right col-sm-3">{{ el.vendor }}</dt> <dd class="dd-right col-sm-9"> <dt class="dt-right col-sm-9">{{ el.vendor }}</dt> <dd class="dd-right col-sm-3"> {% if el.supported == 'yes' %} ✅ {% elsif el.supported == 'no' %} Loading @@ -80,8 +80,8 @@ <h3 class="mb-3 mt-3">Verified Boot Status</h3> <div class="row row-detail"> {% for el in device.verified_boot %} <dt class="dt-right col-sm-3">{{ el.vendor }}</dt> <dd class="dd-right col-sm-9"> <dt class="dt-right col-sm-9">{{ el.vendor }}</dt> <dd class="dd-right col-sm-3"> {% if el.supported == 'yes' %} ✅ {% elsif el.supported == 'no' %} Loading Loading
htdocs/_data/devices/bacon.yml +9 −1 Original line number Diff line number Diff line Loading @@ -60,3 +60,11 @@ recovery_install_file_name: recovery_install_fastboot_generic install_e_file_name: install_e_with_erecovery downloads_file_name: device_downloads_erecovery help_file_name: help_oneplus bootloader_relocking: - {vendor: 'Fairphone Store', supported: 'yes'} - {vendor: 'Murena Store', supported: 'yes'} - {vendor: 'Third Party', supported: 'no'} verified_boot: - {vendor: 'Fairphone Store', supported: 'yes'} - {vendor: 'Murena Store', supported: 'yes'} - {vendor: 'Third Party', supported: 'no'} No newline at end of file
htdocs/_includes/device/product_page.html +4 −4 Original line number Diff line number Diff line Loading @@ -65,8 +65,8 @@ <h3 class="mb-3 mt-3">Bootloader Relocking Status</h3> <div class="row row-detail"> {% for el in device.bootloader_relocking %} <dt class="dt-right col-sm-3">{{ el.vendor }}</dt> <dd class="dd-right col-sm-9"> <dt class="dt-right col-sm-9">{{ el.vendor }}</dt> <dd class="dd-right col-sm-3"> {% if el.supported == 'yes' %} ✅ {% elsif el.supported == 'no' %} Loading @@ -80,8 +80,8 @@ <h3 class="mb-3 mt-3">Verified Boot Status</h3> <div class="row row-detail"> {% for el in device.verified_boot %} <dt class="dt-right col-sm-3">{{ el.vendor }}</dt> <dd class="dd-right col-sm-9"> <dt class="dt-right col-sm-9">{{ el.vendor }}</dt> <dd class="dd-right col-sm-3"> {% if el.supported == 'yes' %} ✅ {% elsif el.supported == 'no' %} Loading