Updated docs for v1.1 beta 2

This commit is contained in:
Magnus Persson
2022-07-23 08:58:48 +02:00
parent bedbda4662
commit 77d2c15e39
7 changed files with 29 additions and 6 deletions

View File

@ -107,7 +107,7 @@
<div class="row mb-3">
<label for="mdns" class="col-sm-2 col-form-label">Device name</label>
<div class="col-sm-3">
<input type="text" maxlength="12" class="form-control" name="mdns" id="mdns" placeholder="gravmon" data-bs-toggle="tooltip" title="Name of the device. Will be used for identifying the device when pushing data and on the local network.">
<input type="text" maxlength="63" class="form-control" name="mdns" id="mdns" placeholder="gravmon" data-bs-toggle="tooltip" title="Name of the device. Will be used for identifying the device when pushing data and on the local network.">
</div>
</div>