summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/login.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index 0d16af8b..76b99f42 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -55,6 +55,14 @@
type="text" placeholder="ZM api url"
ng-model="loginData.apiurl">
</label>
+
+ <label class="item item-input item-floating-label" >
+ <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>
<ion-toggle ng-model="loginData.usePin" ng-change="pinPrompt();"