monitoring: Use display_name when displaying the service name in the detail area
refs #7843
This commit is contained in:
parent
98acc9166a
commit
ed7dc1beb6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue