mirror of
https://github.com/outbackdingo/incus-os.git
synced 2026-01-27 10:19:24 +00:00
image-customizer/html: Re-order form (based on user feedback)
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
@@ -84,19 +84,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Image architecture</h3>
|
||||
<div class="mb-3">
|
||||
<input class="form-check-input" type="radio" name="imageArchitecture" id="imageArchitectureX86_64" checked>
|
||||
<label class="form-check-label" for="imageArchitectureX86_64">x86_64 - For 64-bit Intel and AMD systems</label>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<input class="form-check-input" type="radio" name="imageArchitecture" id="imageArchitectureAARCH64">
|
||||
<label class="form-check-label" for="imageArchitectureAARCH64">aarch64 - For 64-bit Arm servers</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Image usage</h3>
|
||||
<div class="mb-3">
|
||||
@@ -110,6 +97,19 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Image architecture</h3>
|
||||
<div class="mb-3">
|
||||
<input class="form-check-input" type="radio" name="imageArchitecture" id="imageArchitectureX86_64" checked>
|
||||
<label class="form-check-label" for="imageArchitectureX86_64">x86_64 - For 64-bit Intel and AMD systems</label>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<input class="form-check-input" type="radio" name="imageArchitecture" id="imageArchitectureAARCH64">
|
||||
<label class="form-check-label" for="imageArchitectureAARCH64">aarch64 - For 64-bit Arm servers</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Image application</h3>
|
||||
<div class="mb-3">
|
||||
|
||||
Reference in New Issue
Block a user