diff options
Diffstat (limited to 'www/templates/monitors.html')
| -rw-r--r-- | www/templates/monitors.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/monitors.html b/www/templates/monitors.html index aec02784..43e9582d 100644 --- a/www/templates/monitors.html +++ b/www/templates/monitors.html @@ -3,7 +3,8 @@ <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 data-badge="{{$root.alarmCount}}" class="animated infinite tada button button-icon button-clear ion-ios-bell notification-badge" ng-click="handleAlarms();" ng-if="$root.isAlarm"></button> + </ion-nav-buttons> <ion-content> |
