mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 16:39:25 -05:00
parent
4d0dc0c91f
commit
d88a7dd752
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ abstract class Node
|
|||
'state' => $this->getStateName(),
|
||||
'since' => $this->getLastStateChange(),
|
||||
'in_downtime' => $this->isInDowntime() ? true : false,
|
||||
'in_acknowledged' => $this->isAcknowledged() ? true : false
|
||||
'is_acknowledged' => $this->isAcknowledged() ? true : false
|
||||
];
|
||||
|
||||
if ($parent !== null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue