Fix wrong change
Fix wrong change host->host_display_name to host->host_name. refs #7988
This commit is contained in:
parent
311ebfbcba
commit
eca176f191
|
@ -42,7 +42,7 @@ if ($hosts->count() === 0) {
|
|||
<?php foreach($hosts as $host):
|
||||
|
||||
$hostStateName = strtolower($this->util()->getHostStateName($host->host_state));
|
||||
$hostLink = $this->href('monitoring/host/show', array('host' => $host->host_display_name));
|
||||
$hostLink = $this->href('monitoring/host/show', array('host' => $host->host_name));
|
||||
|
||||
$icons = array();
|
||||
if (! $host->host_handled && $host->host_state > 0){
|
||||
|
|
Loading…
Reference in New Issue