summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-06 16:57:52 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-06 16:57:52 -0400
commit40fc4fc94ee0523aea1a36f8f6cf3acb4af0b599 (patch)
tree0ccc6de3ed65e87387d7e89266da932a823cc006 /www/templates
parentdd8d072fdae253c611e8ca3ff9ed8d92f0d4483a (diff)
support for Event Notification
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();"