mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
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>
|
<strong><?= $downtime->host_name ?>: <?= $downtime->service_description ?></strong>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $this->icon('host', $this->translate('Host')) ?>
|
<?= $this->icon('host', $this->translate('Host')) ?>
|
||||||
<strong><?= $downtime->host_name ?>.</strong>
|
<strong><?= $downtime->host_name ?></strong>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<br>
|
||||||
<?php if ($downtime->is_flexible): ?>
|
<?php if ($downtime->is_flexible): ?>
|
||||||
<?php if ($downtime->is_in_effect): ?>
|
<?php if ($downtime->is_in_effect): ?>
|
||||||
<?= sprintf(
|
<?= sprintf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user