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:
Johannes Meyer 2015-07-10 14:30:07 +02:00
parent e5f62f017f
commit 5ded76536e
1 changed files with 1 additions and 1 deletions

View File

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