mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Small HTML fix
This commit is contained in:
parent
07f76a631a
commit
b4aff8f39b
@ -10,7 +10,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td><b><?= $this->escape($object->host_name) ?></b><?php
|
<td><b><?= $this->escape($object->host_name) ?></b><?php
|
||||||
if ($object->host_address && $object->host_address !== $object->host_name): ?>
|
if ($object->host_address && $object->host_address !== $object->host_name): ?>
|
||||||
<br><?= $this->escape($object->host_address) ?></br>
|
<br><?= $this->escape($object->host_address) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user