summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
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>