mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
parent
9d3935f15b
commit
fd07393e44
@ -417,7 +417,8 @@ class TimeLine extends Form
|
||||
|
||||
$eventCount = 0;
|
||||
foreach ($this->displayData as $group) {
|
||||
if ($group->getDateTime() <= $start && $group->getDateTime() > $end) {
|
||||
if ($group->getName() === $eventGroup->getName() &&
|
||||
$group->getDateTime() <= $start && $group->getDateTime() > $end) {
|
||||
$eventCount += $group->getValue();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user