mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
monitoring: Select the host_display_name in the hosts overview
refs #7843
This commit is contained in:
parent
9fd90c90cc
commit
f1ada110f8
@ -104,6 +104,7 @@ class Monitoring_ListController extends Controller
|
||||
$query = $this->backend->select()->from('hostStatus', array_merge(array(
|
||||
'host_icon_image',
|
||||
'host_name',
|
||||
'host_display_name',
|
||||
'host_state' => $stateColumn,
|
||||
'host_address',
|
||||
'host_acknowledged',
|
||||
|
Loading…
x
Reference in New Issue
Block a user