monitoring: Select the host_display_name in the hosts overview

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-20 16:23:12 +01:00
parent 9fd90c90cc
commit f1ada110f8

View File

@ -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',