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

Commit ce43e87c authored by Pranav's avatar Pranav
Browse files

added message to be displayed for times when device data about bootloader is unavailable

parent 742c4001
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@
            <img src="{{ image_url }}" alt="{{ image_alt }}" height="350px" >
            <h3 class="mb-3 mt-3">Bootloader Relocking Status</h3>
            <div class="row row-detail">
             {% if device.bootloader_relocking %}
             {% for el in device.bootloader_relocking %}
                 <dt class="dt-right col-sm-9">{{ el.vendor }}</dt>
                 <dd class="dd-right col-sm-3">
@@ -87,9 +88,13 @@
              {% endif %}
                 </dd>
             {% endfor %}
             {% else %}
             <p class="dt-right col-sm-9">Status Unavailable</p>
             {% endif %}
            </div>
            <h3 class="mb-3 mt-3">Verified Boot Status</h3>
            <div class="row row-detail">
             {% if device.verified_boot %}
             {% for el in device.verified_boot %}
                 <dt class="dt-right col-sm-9">{{ el.vendor }}</dt>
                 <dd class="dd-right col-sm-3">
@@ -102,6 +107,9 @@
              {% endif %}
                 </dd>
             {% endfor %}
             {% else %}
             <p class="dt-right col-sm-9">Status Unavailable</p>
             {% endif %}
            </div>
            <h3 class="mb-3 mt-3">{{ details_title }}</h3>