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">
|
||||
<?php if ($downtime->isService): ?>
|
||||
<?= $this->icon('service', $this->translate('Service')) ?>
|
||||
<b><?= $downtime->service ?> on <?= $downtime->host_name ?>.</b>
|
||||
<b><?= $downtime->host_name ?>: <?= $downtime->service_description ?></b>
|
||||
<?php else: ?>
|
||||
<?= $this->icon('host', $this->translate('Host')) ?>
|
||||
<b><?= $downtime->host_name ?>.</b>
|
||||
|
|
Loading…
Reference in New Issue