diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-09 14:30:59 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-09 14:30:59 -0400 |
| commit | 7b0d282994db52cc4bc6b62b33ce05efbb522fae (patch) | |
| tree | 4c5a456667fdcfe7cd19f804fbc910c3c1eeb9d2 /www/templates | |
| parent | f6b0db446db4a45df20be3efd2851dac256d7876 (diff) | |
websocket handling improved
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/login.html | 10 |
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> |
