mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
move bios selector down
This commit is contained in:
parent
cfd520b7bf
commit
981a8bcb78
2 changed files with 9 additions and 10 deletions
10
debug.html
10
debug.html
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue