diff options
Diffstat (limited to 'www/templates/timeline-popover.html')
| -rw-r--r-- | www/templates/timeline-popover.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/timeline-popover.html b/www/templates/timeline-popover.html index 42fbc508..7d8760a3 100644 --- a/www/templates/timeline-popover.html +++ b/www/templates/timeline-popover.html @@ -2,8 +2,8 @@ <ion-content> <div class="list" ng-click="popover.hide()"> - <a class="item" ng-href="" ng-click="popover.hide();toggleMinAlarmFrameCount();" ng-if="loginData.minAlarmCount=='1'">Show all events</a> - <a class="item" ng-href="" ng-click="popover.hide();toggleMinAlarmFrameCount();" ng-if="loginData.minAlarmCount=='0'"> Show alarmed events</a> + <a class="item" ng-href="" ng-click="popover.hide();toggleMinAlarmFrameCount();" ng-if="loginData.enableAlarmCount">Show all events</a> + <a class="item" ng-href="" ng-click="popover.hide();toggleMinAlarmFrameCount();" ng-if="!loginData.enableAlarmCount"> Show alarmed events</a> <a class="item" ng-href="" ng-click="popover.hide();buttonClicked(0);">Month</a> |
