diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-17 13:48:55 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-17 13:48:55 -0400 |
| commit | 7b2e633b9619909f0bd43007ee152a1e4154ef0a (patch) | |
| tree | 66f2cd6eafff165239303eb7e7ee09ea0bc1eb5c /www/templates/timeline-popover.html | |
| parent | 24c83d6a716f3de8c005cbfed04db3ee8f978827 (diff) | |
#250 - you can now put a min alarm count in dev settings that is honored in all (hopefully) screens
Former-commit-id: af9e73c877fc32709b6ef8b41781f5eaf7afbcd1
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> |
