webapp: add hint regarding hostname
This commit is contained in:
parent
86f01e5cc4
commit
27bb924f4a
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user