Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0aaa007c authored by Pranav's avatar Pranav
Browse files

Bootloader relocking status added

parent 7dfeb481
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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>
@@ -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>
+16 −1
Original line number Diff line number Diff line
@@ -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>