mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Service: Fetch the name of the instance the service belongs to
refs #9945
This commit is contained in:
parent
8a1114bf65
commit
592a79cd93
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user