mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +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()
|
protected function getDataView()
|
||||||
{
|
{
|
||||||
return $this->backend->select()->from('servicestatus', array(
|
return $this->backend->select()->from('servicestatus', array(
|
||||||
|
'instance_name',
|
||||||
'host_icon_image',
|
'host_icon_image',
|
||||||
'host_icon_image_alt',
|
'host_icon_image_alt',
|
||||||
'host_acknowledged',
|
'host_acknowledged',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user