Better help for WiFi SSID and Passphrase requirements.

pull/668/head
Eric Westphal 2017-07-30 22:19:01 -04:00
rodzic 53bbd05cb3
commit e388ba307a
2 zmienionych plików z 7 dodań i 4 usunięć

Wyświetl plik

@ -9,9 +9,12 @@
The <strong>WiFi</strong> section allows the user to change various WiFi Settings:
<dl class="dl-horizontal">
<dt>WiFi SSID</dt><dd>The name of your Stratux Network.
You might want to change this to match your A/C Tail Number (ex: Stratux-N12345).</dd>
You might want to change this to match your A/C Tail Number (ex: Stratux-N12345).
It may contain letters, numbers, and the following symbols: ()_- and {space}.
It must contain between 1 and 32 characters.</dd>
<dt>Network Security</dt><dd>This switch will turn your wireless security <b>On</b> or <b>Off</b>.</dd>
<dt>WiFi Passphrase</dt><dd>When Security is turned on this will be the password for your network.</dd>
<dt>WiFi Passphrase</dt><dd>When Security is turned on this will be the password for your network.
It must be between 8 and 63 characters.</dd>
<dt>WiFi Channel</dt><dd>Changing the WiFi Channel can improve the wireless signal if in a congested WiFi area.</dd>
</dl>
</p>

Wyświetl plik

@ -54,7 +54,7 @@
<div class="form-group reset-flow">
<label class="control-label col-xs-5">WiFi SSID</label>
<input class="col-xs-7" type="text" ssid-input ng-model="WiFiSSID"
placeholder="WiFi Network Name" />
placeholder="1-32 characters: letters, numbers, ()_-{space}."/>
</div>
<div class="form-group reset-flow">
<label class="control-label col-xs-7">Network Security</label>
@ -66,7 +66,7 @@
<label class="control-label col-xs-5">WiFi Passphrase</label>
<input class="col-xs-7" type="text" wpa-input ng-model="WiFiPassphrase"
ng-disabled="!WiFiSecurityEnabled" ng-class="{grayout: !WiFiSecurityEnabled}"
ng-required="WiFiSecurityEnabled" placeholder="WiFi Passphrase" />
ng-required="WiFiSecurityEnabled" placeholder="8-63 characters."/>
</div>
<div class="form-group reset-flow">
<label class="control-label col-xs-7">WiFi Channel</label>