monitoring: Use host_display_name for displaying the host name in the hosts overview

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-20 16:25:35 +01:00
parent f1ada110f8
commit fe3bbb712d
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ if ($hosts->count() === 0) {
<?= $this->icon($this->resolveMacros($host->host_icon_image, $host)) ?>
<?php endif ?>
<?= implode(' ', $icons) ?>
<a href="<?= $hostLink ?>"><?= $host->host_name ?></a>
<a href="<?= $hostLink ?>"><?= $host->host_display_name ?></a>
<?php if (isset($host->host_unhandled_services) && $host->host_unhandled_services > 0): ?>
<span title="<?=
$host->host_unhandled_services