Skip to content

Commit

Permalink
improve layout for submit buttons and reboot/shutdown options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 5, 2023
1 parent a6b717a commit aa7ffa7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FAIme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,17 @@ <h5>

<div class="col s12 m10">

<div class="col s12 m6">
<div class="col s12 m12">
<label>
<input class="with-gap" type="radio" name="cl8" value="REBOOT"/>
<span>reboot computer after installation</span>
</label>
<br>
<label>
<input class="with-gap" type="radio" name="cl8" value="HALT"/>
<span>shutdown the computer at the end</span>
</label>
<br>
<label>
<input class="with-gap" type="radio" name="cl8" value="" checked="checked"/>
<span>wait to press Return at the end.</span>
Expand All @@ -162,7 +164,7 @@ <h5>

</div>

<div class="col s12 m6">
<div class="col s12 m8">
<br>
<button class="btn fai-btn" name="sbm" value="0">Create installation image</button>
<button class="btn fai-btn" id="adv2" style="display: none;" name="sbm" value="1">Show API URL</button>
Expand Down

0 comments on commit aa7ffa7

Please sign in to comment.