webapp: add hint regarding hostname

This commit is contained in:
Thomas Basler 2022-09-06 19:05:24 +02:00
parent 86f01e5cc4
commit 27bb924f4a

View File

@ -39,6 +39,11 @@
<div class="col-sm-10"> <div class="col-sm-10">
<input type="text" class="form-control" id="inputHostname" maxlength="32" <input type="text" class="form-control" id="inputHostname" maxlength="32"
placeholder="Hostname" v-model="networkConfigList.hostname" /> placeholder="Hostname" v-model="networkConfigList.hostname" />
<div class="alert alert-secondary" role="alert">
<b>Hint:</b> The text <span class="font-monospace">%06X</span> will be replaced
with the last 6 digits of the ESP ChipID in hex format.
</div>
</div> </div>
</div> </div>