diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-07 16:53:49 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-07 16:53:49 -0400 |
| commit | d093aa7ff439c56a309e1778ecb66b7b13480c73 (patch) | |
| tree | bcad50ea4a9f01b7cf27ee8837aa975d87564858 /www/templates/login.html | |
| parent | 7805e0799dea82116fa39d4e5f4771111840142c (diff) | |
#321 - initial code - needs cleanup and better structure. Values are littered around at the moment
Former-commit-id: a5913367e5075e9b3e6eba774798d281decd4ffb
Diffstat (limited to 'www/templates/login.html')
| -rw-r--r-- | www/templates/login.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 15409e76..e2a65168 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -22,6 +22,14 @@ </label> </div> + <label> + + <ion-toggle ng-model="loginData.enableLowBandwidth" + + toggle-class="toggle-calm">{{'kLowBandwidth'|translate}} + </ion-toggle> + </label> + <div class="list list-inset"> <span style="color:rgb(100,100,100)"> <i class="ion-android-home" style="font-size:150%"></i> |
