monitoring: Use display_name when displaying the service name in the detail area

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-22 10:29:57 +01:00
parent 98acc9166a
commit ed7dc1beb6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $isService = $object->getType() === $object::TYPE_SERVICE;
<?= $this->prefixedTimeSince($object->service_last_state_change, true) ?>
</td>
<td>
<b><?= $this->translate('Service') ?>: <?= $this->escape($object->service_description) ?></b>
<b><?= $this->translate('Service') ?>: <?= $this->escape($object->service_display_name) ?></b>
<?= $this->render('show/components/statusIcons.phtml') ?>
</td>
</tr>