diff options
Diffstat (limited to 'www/templates/log.html')
| -rw-r--r-- | www/templates/log.html | 5 |
1 files changed, 5 insertions, 0 deletions
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"> |
