mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 23:14:15 +01:00
25 lines
868 B
HTML
Generated
25 lines
868 B
HTML
Generated
<form id="form-nofuss" class="pure-form pure-form-aligned form-settings">
|
|
<div class="panel" id="panel-nofuss">
|
|
|
|
<div class="header">
|
|
<h1>NoFUSS</h1>
|
|
<h2>Automatically upgrade the firmware using a NOFUSS server. See <a href="https://github.com/mcspr/nofuss">mcspr/nofuss</a> for more details.</h2>
|
|
</div>
|
|
|
|
<div class="page">
|
|
<fieldset>
|
|
<div class="pure-control-group">
|
|
<label>Enabled</label>
|
|
<input class="checkbox-toggle" type="checkbox" name="nofussEnabled">
|
|
</div>
|
|
|
|
<div class="pure-control-group">
|
|
<label>Address</label>
|
|
<input name="nofussServer" type="text" placeholder="IP or hostname">
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
|
|
</div>
|
|
</form>
|