summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-30 18:12:39 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-30 18:12:39 -0400
commit6f9e83a73b05f60c4d82ea2dc9bc72478b502301 (patch)
tree62f15645aa3437553f16b5333d8ecef6f9801a35 /www/templates
parent5b64d30ee962e7ce6d43c5c752739fd19c6ba77d (diff)
#59 - initial patches
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/login.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index df415cd6..f48a0775 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -81,16 +81,18 @@
<label>
<ion-toggle ng-model="loginData.useSSL"
ng-checked="{{loginData.useSSL}}"
- toggle-class="toggle-calm">Use SSL</ion-toggle>
+ toggle-class="toggle-calm">Use SSL <span ng-if="$root.platformOS == 'unknown'">(does not work in desktop)</span></ion-toggle>
</label>
+ <div ng-if="$root.platformOS != 'unknown'">
<label>
-
+
<ion-toggle ng-model="loginData.keepAwake"
ng-checked="{{loginData.keepAwake}}"
toggle-class="toggle-calm">Keep display on<p>(When viewing footage)</p>
</ion-toggle>
</label>
+ </div>
</div>