monitoring: Indent the host detail w/ 4 spaces

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:20:01 +02:00
parent 44b2b87547
commit 8e63d89204

View File

@ -10,7 +10,7 @@ use Icinga\Module\Monitoring\Object\Host;
</td>
<td>
<?= $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): ?>
(<?= $this->escape($object->host_name); ?>)
<?php endif ?>