-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
When searching for events per monitor, if there have been no events in the defined time period for a given monitor, null is returned. This causes the view to generate an 'Undefined offset' error.
<?php echo $eventsLastHour[$count][0]['count']; ?>
<?php echo $eventsLastDay[$count][0]['count']; ?>
<?php echo $eventsLastWeek[$count][0]['count']; ?>
<?php echo $eventsLastMonth[$count][0]['count']; ?>Reactions are currently unavailable
