fix settings.html

This commit is contained in:
Cayo Puigdefabregas 2022-05-11 11:58:54 +02:00
parent 7ee2f2962b
commit 0e75865757
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@
<p class="small">Download the settings only for register devices.</p>
</div>
</div>
<div class="row pt-3">
<div class="row pt-4">
<div class="col-5">
<a href="{{ url_for('workbench.settings') }}?opt=soft" class="btn btn-primary">Register and erase soft disks</a><br />
<a href="{{ url_for('workbench.settings') }}?opt=soft" class="btn btn-primary">Register and erase disks Basic</a>
</div>
<div class="col">
<p class="small">Download the settings for register devices and erase disks. This is less safe and more fast.</p>
@ -38,7 +38,7 @@
</div>
<div class="row pt-3">
<div class="col-5">
<a href="{{ url_for('workbench.settings') }}?opt=hard" class="btn btn-primary">Register and erase hard disks</a><br />
<a href="{{ url_for('workbench.settings') }}?opt=hard" class="btn btn-primary">Register and erase disks for Sectors</a>
</div>
<div class="col">
<p class="small">Download the settings for register devices and erase disks. This is more safe and more slow.</p>