summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-28 14:58:49 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-28 14:58:49 -0400
commit19516d1bbc79ca331210aea22289215eff73412a (patch)
tree6c3300cab18771b1a384cf8f08efdf6088ea7b3f /www/templates
parent50ea96b8ef90ab49aabdf67450496eeaf738c226 (diff)
new option to select either montage or event screen on tapping notifications #47
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/eventserversettings.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/templates/eventserversettings.html b/www/templates/eventserversettings.html
index efe59e7f..9d34960a 100644
--- a/www/templates/eventserversettings.html
+++ b/www/templates/eventserversettings.html
@@ -18,13 +18,14 @@
<ion-checkbox ng-model="check.isUseEventServer">use event server</ion-checkbox>
-
+ <ion-item ng-href="#" ng-click="selectScreen()">
+ on tap, navigate to: {{defScreen}}
+ </ion-item>
<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>
<ion-toggle ng-if="check.isUseEventServer" ng-model="check.disablePush" toggle-class="toggle-calm" class="item-text-wrap">only use websockets<br/><p>disables APNS/GCM</p></ion-toggle>