Provide option to disable admin wireless network.

This commit is contained in:
Patrick Fairbank
2018-09-22 11:15:29 -07:00
parent 2267259f7c
commit aeec870e3f
4 changed files with 8 additions and 2 deletions

View File

@@ -189,6 +189,7 @@
<label class="col-lg-5 control-label">AP Admin Channel (2.4GHz)</label>
<div class="col-lg-7">
<select class="form-control" name="apAdminChannel" value="{{.ApAdminChannel}}">
<option{{if eq .ApAdminChannel 0}} selected{{end}}>Disabled</option>
<option{{if eq .ApAdminChannel 1}} selected{{end}}>1</option>
<option{{if eq .ApAdminChannel 6}} selected{{end}}>6</option>
<option{{if eq .ApAdminChannel 11}} selected{{end}}>11</option>