parent
44b2b87547
commit
8e63d89204
|
@ -9,15 +9,15 @@ use Icinga\Module\Monitoring\Object\Host;
|
|||
<?= $this->timeSince($object->host_last_state_change); ?>
|
||||
</td>
|
||||
<td>
|
||||
<?= $this->iconImage()->host($object) ?>
|
||||
<><?= $this->escape($object->host_display_name); ?>
|
||||
<?php if ($object->host_display_name !== $object->host_name): ?>
|
||||
<?= $this->iconImage()->host($object) ?>
|
||||
<?= $this->escape($object->host_display_name); ?>
|
||||
<?php if ($object->host_display_name !== $object->host_name): ?>
|
||||
(<?= $this->escape($object->host_name); ?>)
|
||||
<?php endif ?>
|
||||
<?php if ($object->host_address && $object->host_address !== $object->host_name): ?>
|
||||
<?php endif ?>
|
||||
<?php if ($object->host_address && $object->host_address !== $object->host_name): ?>
|
||||
<br>
|
||||
<?= $this->escape($object->host_address); ?>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
<?= $this->render('partials/host/statusicons.phtml'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue