mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 04:44:25 +02:00
parent
8212ff9aab
commit
918aa481ca
@ -58,7 +58,7 @@ if (! $this->compact): ?>
|
|||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
<?php if (isset($summary[$host->host_name])): ?>
|
<?php if (isset($summary[$host->host_name])): ?>
|
||||||
<span class="host-services-incidents"> (<?= $this->qlink(
|
<span class="host-services-incidents"> (<?= $this->qlink(
|
||||||
sprintf(
|
sprintf(
|
||||||
$this->translatePlural(
|
$this->translatePlural(
|
||||||
'%u unhandled service', '%u unhandled services', $summary[$host->host_name]
|
'%u unhandled service', '%u unhandled services', $summary[$host->host_name]
|
||||||
@ -82,7 +82,7 @@ if (! $this->compact): ?>
|
|||||||
$host->host_name
|
$host->host_name
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
) ?>)</span>
|
) ?>)</span>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<span class="state-icons"><?= implode(' ', $this->hostFlags($host)) ?></span>
|
<span class="state-icons"><?= implode(' ', $this->hostFlags($host)) ?></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,8 +7,7 @@ if (in_array((int) $object->state, array(0, 99))) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($object->acknowledged): ?>
|
if ($object->acknowledged):
|
||||||
<?php
|
|
||||||
$acknowledgement = $object->acknowledgement;
|
$acknowledgement = $object->acknowledgement;
|
||||||
/** @var \Icinga\Module\Monitoring\Object\Acknowledgement $acknowledgement */
|
/** @var \Icinga\Module\Monitoring\Object\Acknowledgement $acknowledgement */
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user