Service: Fetch the name of the instance the service belongs to

refs #9945
This commit is contained in:
Johannes Meyer 2015-08-26 10:52:56 +02:00
parent 8a1114bf65
commit 592a79cd93
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class Service extends MonitoredObject
protected function getDataView()
{
return $this->backend->select()->from('servicestatus', array(
'instance_name',
'host_icon_image',
'host_icon_image_alt',
'host_acknowledged',