mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-28 21:10:59 +00:00
Some changes during testing
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user