diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events-modal.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index fdfce46d..0664dbba 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -136,6 +136,13 @@ <li ng-if="$root.isAlarm"> <a data-badge="{{$root.alarmCount}}" class="notification-badge animated infinite tada" href="" ng-click="handleAlarms()"><i class="ion-ios-bell"></i></a> </li> + + <li> + <a href="" ng-click="deleteAndMoveNext(eventId)"><i class="ion-trash-a"></i></a> + </li> + + + </ul> </div> </div> <!-- not live feed or snapshot --> |
