mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +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(
|
$query = $this->backend->select()->from('hostStatus', array_merge(array(
|
||||||
'host_icon_image',
|
'host_icon_image',
|
||||||
'host_name',
|
'host_name',
|
||||||
|
'host_display_name',
|
||||||
'host_state' => $stateColumn,
|
'host_state' => $stateColumn,
|
||||||
'host_address',
|
'host_address',
|
||||||
'host_acknowledged',
|
'host_acknowledged',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user