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

Commit 2f231c09 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch '81-adding-boot-type-detail-for-devices' into 'master'

Resolve "Adding Boot Type detail for devices"

Closes #81

See merge request e/documentation/user!64
parents f55ab333 16dc1c0f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -266,6 +266,17 @@
  </div>
</div>
{% endif %}
{% if device.recovery_boot %}
<div class="columns">
  <div class="column">
    <strong>Boot Modes</strong>
  </div>
  <div class="column">
      <p><strong>Recovery :</strong> {{ device.recovery_boot }}</p>
      <p><strong>Download :</strong> {{ device.download_boot }}</p>
{% endif %}
 </div>
</div>
<div class="columns">
  <div class="column">
    <h4 class="title is-4 is-left">/e/ OS Information</h4>