mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Use the service_handled column instead of acknowledged and in_downtime
Only service_handled takes the host's state into consideration. refs #8013
This commit is contained in:
parent
c5915f24cc
commit
5b0c876362
@ -110,8 +110,7 @@ if ($hosts->count() === 0) {
|
||||
array(
|
||||
'host' => $host->host_name,
|
||||
'service_problem' => 1,
|
||||
'service_acknowledged' => 0,
|
||||
'service_in_downtime' => 0
|
||||
'service_handled' => 0
|
||||
),
|
||||
array('style' => 'font-weight: normal')
|
||||
) ?>)</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user