summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-07 15:28:13 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-07 15:28:13 -0400
commit41bef0dc67b4ec1437bedfee9efafd0aaeaedcdb (patch)
tree43974514aeb51b94549a5b3ae55ce2b423fd4b80 /www/templates
parent40fc4fc94ee0523aea1a36f8f6cf3acb4af0b599 (diff)
websockets for android
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events.html3
-rw-r--r--www/templates/help.html3
-rw-r--r--www/templates/log.html5
-rw-r--r--www/templates/monitors.html2
-rw-r--r--www/templates/montage.html1
-rw-r--r--www/templates/timeline.html2
6 files changed, 15 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index a95cb2eb..b39d10a8 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -7,6 +7,9 @@
<button class="button button-icon icon ion-ios-minus-outline"
ng-click="eventList.showDelete = !eventList.showDelete;"></button>
+
+ <button class="animated infinite tada button button-icon button-clear ion-ios-bell" ng-click="$root.isAlarm=!$root.isAlarm;" ng-if="$root.isAlarm"></button>
+
</ion-nav-buttons>
<ion-nav-buttons side="right">
diff --git a/www/templates/help.html b/www/templates/help.html
index 0d3a9998..cce7057b 100644
--- a/www/templates/help.html
+++ b/www/templates/help.html
@@ -2,6 +2,9 @@
<ion-nav-buttons side="left">
<button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button>
+
+ <button class="animated infinite tada button button-icon button-clear ion-ios-bell" ng-click="$root.isAlarm=!$root.isAlarm;" ng-if="$root.isAlarm"></button>
+
</ion-nav-buttons>
diff --git a/www/templates/log.html b/www/templates/log.html
index 0c91dd90..ff4ce57a 100644
--- a/www/templates/log.html
+++ b/www/templates/log.html
@@ -2,6 +2,11 @@
<ion-nav-buttons side="left">
<button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button>
+
+ <button class="animated infinite tada button button-icon button-clear ion-ios-bell" ng-click="$root.isAlarm=!$root.isAlarm;" ng-if="$root.isAlarm"></button>
+
+<button class="animated infinite tada button button-icon button-clear ion-ios-bell" ng-click="$root.isAlarm=!$root.isAlarm;" ng-if="$root.isAlarm"></button>
+
</ion-nav-buttons>
<ion-nav-buttons side="right">
diff --git a/www/templates/monitors.html b/www/templates/monitors.html
index 5ffcbf19..aec02784 100644
--- a/www/templates/monitors.html
+++ b/www/templates/monitors.html
@@ -2,6 +2,8 @@
<ion-nav-buttons side="left">
<button class="button button-icon button-clear ion-navicon" ng-click="openMenu()">
</button>
+
+ <button class="animated infinite tada button button-icon button-clear ion-ios-bell" ng-click="$root.isAlarm=!$root.isAlarm;" ng-if="$root.isAlarm"></button>
</ion-nav-buttons>
<ion-content>
diff --git a/www/templates/montage.html b/www/templates/montage.html
index d0a9d624..aed7fd60 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -1,6 +1,7 @@
<ion-view title="Montage" cache-view="false" hide-nav-bar="{{minimal}}">
<ion-nav-buttons side="left">
<button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button>
+ <button class="animated infinite tada button button-icon button-clear ion-ios-bell" ng-click="$root.isAlarm=!$root.isAlarm;" ng-if="$root.isAlarm"></button>
</ion-nav-buttons>
diff --git a/www/templates/timeline.html b/www/templates/timeline.html
index 6436c694..d93c48cb 100644
--- a/www/templates/timeline.html
+++ b/www/templates/timeline.html
@@ -8,7 +8,7 @@
<button class="button button-icon button-clear ion-arrow-right-c" ng-click="move(-0.2)"></button>-->
-
+<button class="animated infinite tada button button-icon button-clear ion-ios-bell" ng-click="$root.isAlarm=!$root.isAlarm;" ng-if="$root.isAlarm"></button>
</ion-nav-buttons>