diff options
Diffstat (limited to 'www/templates/events-popover.html')
| -rw-r--r-- | www/templates/events-popover.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-popover.html b/www/templates/events-popover.html index 43142ec0..88d9c189 100644 --- a/www/templates/events-popover.html +++ b/www/templates/events-popover.html @@ -11,7 +11,7 @@ </a> <a class="item" ng-href="" ng-click="popover.hide();toggleMinAlarmFrameCount();" ng-if="minAlarmCount=='1'">Show all events</a> - <a class="item" ng-href="" ng-click="popover.hide();toggleMinAlarmFrameCount();" ng-if="minAlarmCount=='0'">Only show alarmed events</a> + <a class="item" ng-href="" ng-click="popover.hide();toggleMinAlarmFrameCount();" ng-if="minAlarmCount=='0'"> Show alarmed events</a> </div> </ion-content> </ion-popover-view> |
