Some changes during testing

This commit is contained in:
Gunnar Skjold
2020-08-06 13:11:31 +02:00
parent d730aac33b
commit e71f937856
6 changed files with 134 additions and 101 deletions

View File

@@ -24,6 +24,11 @@
<span class="input-group-text">Hostname</span>
</div>
<input type="text" name="wifiHostname" class="form-control" maxlength="32" pattern="[a-z0-9_-]+" placeholder="Optional, ex.: ams-reader" value="${config.wifiHostname}"/>
<div class="input-group-append" title="Enable mDNS">
<label class="input-group-text">
<input type="checkbox" name="mDnsEnable" value="true" ${config.mDnsEnable}/> mDNS
</label>
</div>
</div>
</div>
<div class="col-xl-2 col-md-6 form-group">

View File

@@ -1,3 +1,3 @@
<form method="post" action="/save">
<form method="post">
<input type="hidden" name="tempConfig" value="true"/>
<div class="my-3 p-3 bg-white rounded shadow">