mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
downtimes-header: Use the correct property to access a service's name
Seems to me that no-one has ever selected multiple service downtimes..
This commit is contained in:
parent
e5f62f017f
commit
5ded76536e
@ -13,7 +13,7 @@
|
|||||||
<td class="name oneline">
|
<td class="name oneline">
|
||||||
<?php if ($downtime->isService): ?>
|
<?php if ($downtime->isService): ?>
|
||||||
<?= $this->icon('service', $this->translate('Service')) ?>
|
<?= $this->icon('service', $this->translate('Service')) ?>
|
||||||
<b><?= $downtime->service ?> on <?= $downtime->host_name ?>.</b>
|
<b><?= $downtime->host_name ?>: <?= $downtime->service_description ?></b>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $this->icon('host', $this->translate('Host')) ?>
|
<?= $this->icon('host', $this->translate('Host')) ?>
|
||||||
<b><?= $downtime->host_name ?>.</b>
|
<b><?= $downtime->host_name ?>.</b>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user