Fix wrong change

Fix wrong change host->host_display_name to host->host_name.

refs #7988
This commit is contained in:
Carlos Cesario 2014-12-10 11:30:59 -02:00
parent 311ebfbcba
commit eca176f191
1 changed files with 1 additions and 1 deletions

View File

@ -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){