diff options
Diffstat (limited to 'www/templates/events-popover.html')
| -rw-r--r-- | www/templates/events-popover.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events-popover.html b/www/templates/events-popover.html index 866b4516..eec4f52d 100644 --- a/www/templates/events-popover.html +++ b/www/templates/events-popover.html @@ -10,8 +10,8 @@ Refresh </a> - <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> </div> </ion-content> </ion-popover-view> |
