diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 3 | ||||
| -rw-r--r-- | www/templates/help.html | 3 | ||||
| -rw-r--r-- | www/templates/log.html | 5 | ||||
| -rw-r--r-- | www/templates/monitors.html | 2 | ||||
| -rw-r--r-- | www/templates/montage.html | 1 | ||||
| -rw-r--r-- | www/templates/timeline.html | 2 |
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> |
