diff options
Diffstat (limited to 'www/templates/timeline-popover.html')
| -rw-r--r-- | www/templates/timeline-popover.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/templates/timeline-popover.html b/www/templates/timeline-popover.html index beeb482d..373ea09e 100644 --- a/www/templates/timeline-popover.html +++ b/www/templates/timeline-popover.html @@ -1,6 +1,9 @@ <ion-popover-view class="fit"> <ion-content> + <div class="list" ng-click="popover.hide()"> + + <a class="item" ng-href="" ng-click="popover.hide();toggleMinAlarmFrameCount();" ng-if="loginData.enableAlarmCount">{{'kShowAllEvents' | translate}}</a> <a class="item" ng-href="" ng-click="popover.hide();toggleMinAlarmFrameCount();" ng-if="!loginData.enableAlarmCount"> {{'kShowAlarmedEvents' | translate}}</a> <a class="item" ng-href="" ng-click="popover.hide();buttonClicked(0);">{{'kMonth' | translate}}</a> |
