Loading htdocs/_i18n/en/pages/devices.html +8 −0 Original line number Diff line number Diff line Loading @@ -279,6 +279,7 @@ <th scope="col">Display<br />size</th> <th scope="col">Removable<br />(battery)</th> <th scope="col">SIM<br />slots</th> <th scope="col">Bootloader<br />Relocking</th> <th scope="col">Verified<br />Boot</th> </tr> </thead> Loading Loading @@ -427,6 +428,13 @@ {% endif %} {% endif %} </td> <td class="bootloader_relocking"> {% if device.bootloader_relocking %} <a href="{{ device.codename }}">See supported vendors</a> {% else %} Not Possible {% endif %} </td> <td class="verified_boot"> {% if device.verified_boot %} <a href="{{ device.codename }}">See supported vendors</a> Loading htdocs/_includes/device/product_page.html +16 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,22 @@ <div class="col-md-6 col-sm-12"> <h1>{{ device_title }}</h1> <img src="{{ image_url }}" alt="{{ image_alt }}" height="350px" > <h3 class="mb-3 mt-3">Verified Bootloader</h3> <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"> {% if el.supported == 'yes' %} ✅ {% elsif el.supported == 'no' %} ❌ {% else %} {% continue %} {% endif %} </dd> {% endfor %} </div> <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> Loading Loading
htdocs/_i18n/en/pages/devices.html +8 −0 Original line number Diff line number Diff line Loading @@ -279,6 +279,7 @@ <th scope="col">Display<br />size</th> <th scope="col">Removable<br />(battery)</th> <th scope="col">SIM<br />slots</th> <th scope="col">Bootloader<br />Relocking</th> <th scope="col">Verified<br />Boot</th> </tr> </thead> Loading Loading @@ -427,6 +428,13 @@ {% endif %} {% endif %} </td> <td class="bootloader_relocking"> {% if device.bootloader_relocking %} <a href="{{ device.codename }}">See supported vendors</a> {% else %} Not Possible {% endif %} </td> <td class="verified_boot"> {% if device.verified_boot %} <a href="{{ device.codename }}">See supported vendors</a> Loading
htdocs/_includes/device/product_page.html +16 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,22 @@ <div class="col-md-6 col-sm-12"> <h1>{{ device_title }}</h1> <img src="{{ image_url }}" alt="{{ image_alt }}" height="350px" > <h3 class="mb-3 mt-3">Verified Bootloader</h3> <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"> {% if el.supported == 'yes' %} ✅ {% elsif el.supported == 'no' %} ❌ {% else %} {% continue %} {% endif %} </dd> {% endfor %} </div> <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> Loading