summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/templates/login.html21
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();"