downtimes-header: Show a line-break between an object's name and..

..a downtime's description
This commit is contained in:
Johannes Meyer 2015-07-10 14:44:24 +02:00
parent e8f16d112d
commit 4fd5c43c70
1 changed files with 2 additions and 2 deletions

View File

@ -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(