mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
44b2b87547
commit
8e63d89204
@ -10,7 +10,7 @@ use Icinga\Module\Monitoring\Object\Host;
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<?= $this->iconImage()->host($object) ?>
|
<?= $this->iconImage()->host($object) ?>
|
||||||
<><?= $this->escape($object->host_display_name); ?>
|
<?= $this->escape($object->host_display_name); ?>
|
||||||
<?php if ($object->host_display_name !== $object->host_name): ?>
|
<?php if ($object->host_display_name !== $object->host_name): ?>
|
||||||
(<?= $this->escape($object->host_name); ?>)
|
(<?= $this->escape($object->host_name); ?>)
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user