monitoring: Use host_display_name for displaying the host name in the hosts overview
refs #7843
This commit is contained in:
parent
f1ada110f8
commit
fe3bbb712d
|
@ -98,7 +98,7 @@ if ($hosts->count() === 0) {
|
||||||
<?= $this->icon($this->resolveMacros($host->host_icon_image, $host)) ?>
|
<?= $this->icon($this->resolveMacros($host->host_icon_image, $host)) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= implode(' ', $icons) ?>
|
<?= 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): ?>
|
<?php if (isset($host->host_unhandled_services) && $host->host_unhandled_services > 0): ?>
|
||||||
<span title="<?=
|
<span title="<?=
|
||||||
$host->host_unhandled_services
|
$host->host_unhandled_services
|
||||||
|
|
Loading…
Reference in New Issue