move bios selector down

This commit is contained in:
Fabian 2024-08-24 18:44:52 +02:00
parent cfd520b7bf
commit 981a8bcb78
2 changed files with 9 additions and 10 deletions

View file

@ -136,11 +136,6 @@ function load_next()
<hr>
<table>
<tr>
<td><label for="bios">BIOS</label></td>
<td><input type="file" id="bios"><br></td>
</tr>
<tr>
<td width="350"><label for="cd_image">CD image</label></td>
<td>
@ -177,6 +172,11 @@ function load_next()
<td><input type="file" id="initrd"><br></td>
</tr>
<tr>
<td><label for="bios">BIOS</label></td>
<td><input type="file" id="bios"><br></td>
</tr>
<tr>
<td colspan="2"><small>Disk images are not uploaded to the server</small><hr></td>
</tr>

View file

@ -69,11 +69,6 @@
<hr>
<h4>Setup</h4>
<table>
<tr>
<td><label for="bios">BIOS</label></td>
<td> <input type="file" id="bios"><br></td>
</tr>
<tr>
<td width="350"><label for="cd_image">CD image</label></td>
<td>
@ -107,6 +102,10 @@
<td><input type="file" id="initrd"><br></td>
</tr>
<tr>
<td><label for="bios">BIOS</label></td>
<td> <input type="file" id="bios"><br></td>
</tr>
<tr>
<td colspan="2"><small>Disk images are not uploaded to the server</small><hr></td>