mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
monitoring: Select the host_display_name in the hosts overview
refs #7843
This commit is contained in:
parent
9fd90c90cc
commit
f1ada110f8
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue