summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-09 14:30:59 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-09 14:30:59 -0400
commit7b0d282994db52cc4bc6b62b33ce05efbb522fae (patch)
tree4c5a456667fdcfe7cd19f804fbc910c3c1eeb9d2 /www/templates
parentf6b0db446db4a45df20be3efd2851dac256d7876 (diff)
websocket handling improved
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/login.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index a0195f01..17afa562 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -13,9 +13,9 @@
</span>
<div class="item">
- <ion-checkbox ng-model="auth.isUseAuth">use authentication</ion-checkbox>
+ <ion-checkbox ng-model="check.isUseAuth">use authentication</ion-checkbox>
- <div ng-if = "auth.isUseAuth" >
+ <div ng-if = "check.isUseAuth" >
<label class="item item-input item-floating-label" >
<span class="input-label">username</span>
@@ -57,12 +57,16 @@
ng-model="loginData.apiurl">
</label>
- <label class="item item-input item-floating-label" >
+ <ion-checkbox ng-model="check.isUseEventServer">use event server</ion-checkbox>
+
+ <label class="item item-input item-floating-label" ng-if="check.isUseEventServer">
<span class="input-label">Event Server</span>
<input autocapitalize="none"
autocomplete="off" autocorrect="off"
type="text" placeholder="Event notification url"
ng-model="loginData.eventServer">
+
+
</label>
<label>