parent
8212ff9aab
commit
918aa481ca
|
@ -58,7 +58,7 @@ if (! $this->compact): ?>
|
|||
)
|
||||
) ?>
|
||||
<?php if (isset($summary[$host->host_name])): ?>
|
||||
<span class="host-services-incidents"> (<?= $this->qlink(
|
||||
<span class="host-services-incidents"> (<?= $this->qlink(
|
||||
sprintf(
|
||||
$this->translatePlural(
|
||||
'%u unhandled service', '%u unhandled services', $summary[$host->host_name]
|
||||
|
@ -82,7 +82,7 @@ if (! $this->compact): ?>
|
|||
$host->host_name
|
||||
)
|
||||
)
|
||||
) ?>)</span>
|
||||
) ?>)</span>
|
||||
<?php endif ?>
|
||||
<span class="state-icons"><?= implode(' ', $this->hostFlags($host)) ?></span>
|
||||
</div>
|
||||
|
|
|
@ -7,8 +7,7 @@ if (in_array((int) $object->state, array(0, 99))) {
|
|||
return;
|
||||
}
|
||||
|
||||
if ($object->acknowledged): ?>
|
||||
<?php
|
||||
if ($object->acknowledged):
|
||||
$acknowledgement = $object->acknowledgement;
|
||||
/** @var \Icinga\Module\Monitoring\Object\Acknowledgement $acknowledgement */
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue