mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user