diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-18 20:31:46 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-18 20:31:46 -0400 |
| commit | a684e75da70fc50494f3556fb82a03eb63b43aeb (patch) | |
| tree | 880e04b156ec850069968cd2b5aaae2481785134 | |
| parent | aec0cb3be025148d95dd8fadec994820e1ef5f79 (diff) | |
event server moved to new page
| -rw-r--r-- | www/templates/login.html | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 17afa562..8a14981d 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -57,17 +57,16 @@ ng-model="loginData.apiurl"> </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> + <a class="item item-icon-right" href="#/eventserversettings"> + <i class="icon ion-ios-arrow-right"> + </i> + Event Server + </a> + + + + + <label> <ion-toggle ng-model="loginData.usePin" ng-change="pinPrompt();" |
