downtimes-header: Show a line-break between an object's name and..
..a downtime's description
This commit is contained in:
parent
e8f16d112d
commit
4fd5c43c70
|
@ -16,9 +16,9 @@
|
|||
<strong><?= $downtime->host_name ?>: <?= $downtime->service_description ?></strong>
|
||||
<?php else: ?>
|
||||
<?= $this->icon('host', $this->translate('Host')) ?>
|
||||
<strong><?= $downtime->host_name ?>.</strong>
|
||||
<strong><?= $downtime->host_name ?></strong>
|
||||
<?php endif; ?>
|
||||
|
||||
<br>
|
||||
<?php if ($downtime->is_flexible): ?>
|
||||
<?php if ($downtime->is_in_effect): ?>
|
||||
<?= sprintf(
|
||||
|
|
Loading…
Reference in New Issue