summaryrefslogtreecommitdiff
path: root/www/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/login.html')
-rw-r--r--www/templates/login.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index bf1fc487..e0eb8b33 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -26,8 +26,13 @@
<label class="item item-input">
<input autocapitalize="none" type="text" placeholder="ZM Api URL" ng-model="loginData.apiurl">
</label>
+
+ <label >
+ <ion-toggle ng-model="loginData.useSSL" ng-checked="{{loginData.useSSL}}" toggle-class="toggle-calm">Use SSL</ion-toggle>
+ </label>
+
</div>
- <button class="button button-block button-balanced icon ion-locked" ng-click="login()"> Save</button>
+ <button class="button button-block button-balanced icon ion-locked" ng-click="save()"> Save</button>
</ion-content>
</ion-view>