mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 16:36:38 +02:00
fixed setup layout for mobile devices
This commit is contained in:
parent
6bdb2fc86a
commit
9ca1792480
5 changed files with 23 additions and 13 deletions
|
@ -55,9 +55,11 @@
|
|||
<a class="erase" href="/erase">ERASE SETTINGS (not WiFi)</a>
|
||||
|
||||
<form method="post" action="{IP}/save">
|
||||
<p class="des">Device Host Name</p>
|
||||
<label for="device">Device Name</label>
|
||||
<input type="text" class="text" name="device" value="{DEVICE}"/>
|
||||
<fieldset>
|
||||
<legend class="des">Device Host Name</legend>
|
||||
<label for="device">Device Name</label>
|
||||
<input type="text" class="text" name="device" value="{DEVICE}"/>
|
||||
</fieldset>
|
||||
|
||||
<button type="button" class="s_collapsible">WiFi</button>
|
||||
<div class="s_content">
|
||||
|
@ -133,7 +135,6 @@
|
|||
</fieldset>
|
||||
</div>
|
||||
|
||||
<p class="des"> </p>
|
||||
<label for="reboot">Reboot device after successful save</label>
|
||||
<input type="checkbox" class="cb" name="reboot"/>
|
||||
<input type="submit" value="save" class="btn" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue