Loading htdocs/_includes/device/product_page.html +8 −0 Original line number Diff line number Diff line Loading @@ -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"> Loading @@ -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"> Loading @@ -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> Loading Loading
htdocs/_includes/device/product_page.html +8 −0 Original line number Diff line number Diff line Loading @@ -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"> Loading @@ -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"> Loading @@ -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> Loading