diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events-modal.html | 2 | ||||
| -rw-r--r-- | www/templates/monitors-modal.html | 2 | ||||
| -rw-r--r-- | www/templates/montage.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 0c7133f1..0266fab5 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -68,7 +68,7 @@ </div> <span class="event-modal-alarm-badge"> - <a data-badge="{{$root.alarmCount}}" class="animated infinite tada button icon button-clear ion-ios-bell notification-badge" + <a data-badge="{{$root.alarmCount}}" class="animated infinite tada button icon ion-ios-bell notification-badge button-assertive" ng-click="handleAlarms();" ng-if="$root.isAlarm" ></a> </span> diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 8ab0a0f6..50d9c2cc 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -62,7 +62,7 @@ </span> <span class="modal-alarm-badge"> - <a data-badge="{{$root.alarmCount}}" class="animated infinite tada button icon button-clear ion-ios-bell notification-badge" + <a data-badge="{{$root.alarmCount}}" class="animated infinite tada button icon ion-ios-bell notification-badge button-assertive" ng-click="handleAlarms();" ng-if="$root.isAlarm"></a> </span> diff --git a/www/templates/montage.html b/www/templates/montage.html index c416c4f3..d2d58f04 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -99,7 +99,7 @@ </nav> <span class="modal-alarm-badge"> - <a data-badge="{{$root.alarmCount}}" class="animated infinite tada button icon button-clear ion-ios-bell notification-badge" + <a data-badge="{{$root.alarmCount}}" class="animated infinite tada button icon ion-ios-bell notification-badge button-assertive" ng-click="handleAlarmsWhileMinimized();" ng-if="$root.isAlarm"></a> </span> |
