Fixed html web form id's
This commit is contained in:
parent
ba5a888e32
commit
c136983953
3 changed files with 6 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 2 MiB After Width: | Height: | Size: 2 MiB |
|
@ -56,15 +56,15 @@
|
|||
<input id="gwip" name="gwip" type="text" value="{{WIFI_CFG_GW}}">
|
||||
</div>
|
||||
<div class="pure-control-group">
|
||||
<label for="ip">Netmask</label>
|
||||
<label for="netmask">Netmask</label>
|
||||
<input id="netmask" name="netmas" type="text" value="{{WIFI_CFG_NM}}">
|
||||
</div>
|
||||
<div class="pure-control-group">
|
||||
<label for="ip">DNS</label>
|
||||
<label for="dns">DNS</label>
|
||||
<input id="netmask" name="dns" type="text" value="{{WIFI_CFG_DNS}}">
|
||||
</div>
|
||||
<div class="pure-controls">
|
||||
<button type="submit" class="pure-button pure-button-primary">Save</button>
|
||||
<button type="dns" class="pure-button pure-button-primary">Save</button>
|
||||
</div>
|
||||
</form>
|
||||
</div><!-- end of config div -->
|
||||
|
|
|
@ -56,15 +56,15 @@
|
|||
<input id="gwip" name="gwip" type="text" value="{{WIFI_CFG_GW}}">
|
||||
</div>
|
||||
<div class="pure-control-group">
|
||||
<label for="ip">Netmask</label>
|
||||
<label for="netmask">Netmask</label>
|
||||
<input id="netmask" name="netmas" type="text" value="{{WIFI_CFG_NM}}">
|
||||
</div>
|
||||
<div class="pure-control-group">
|
||||
<label for="ip">DNS</label>
|
||||
<label for="dns">DNS</label>
|
||||
<input id="netmask" name="dns" type="text" value="{{WIFI_CFG_DNS}}">
|
||||
</div>
|
||||
<div class="pure-controls">
|
||||
<button type="submit" class="pure-button pure-button-primary">Save</button>
|
||||
<button type="dns" class="pure-button pure-button-primary">Save</button>
|
||||
</div>
|
||||
</form>
|
||||
</div><!-- end of config div -->
|
||||
|
|
Loading…
Reference in a new issue