mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
cfee0cc99f
commit
44b2b87547
@ -5,14 +5,14 @@ use Icinga\Module\Monitoring\Object\Host;
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="state-col state <?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
|
<td class="state-col state <?= Host::getStateText($object->host_state); ?><?= $object->host_handled ? ' handled' : ''; ?>">
|
||||||
<strong><?= Host::getStateText($object->host_state, true); ?></strong><br>
|
<?= Host::getStateText($object->host_state, true); ?><br>
|
||||||
<?= $this->timeSince($object->host_last_state_change); ?>
|
<?= $this->timeSince($object->host_last_state_change); ?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<?= $this->iconImage()->host($object) ?>
|
<?= $this->iconImage()->host($object) ?>
|
||||||
<strong><?= $this->escape($object->host_display_name); ?></strong>
|
<><?= $this->escape($object->host_display_name); ?>
|
||||||
<?php if ($object->host_display_name !== $object->host_name): ?>
|
<?php if ($object->host_display_name !== $object->host_name): ?>
|
||||||
<small>(<?= $this->escape($object->host_name); ?>)</small>
|
(<?= $this->escape($object->host_name); ?>)
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if ($object->host_address && $object->host_address !== $object->host_name): ?>
|
<?php if ($object->host_address && $object->host_address !== $object->host_name): ?>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user