mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
One more thing TODO
This commit is contained in:
parent
3cd947ab29
commit
7e83099ef7
@ -203,6 +203,7 @@ class HoststatusQuery extends AbstractQuery
|
|||||||
|
|
||||||
protected function joinServicegroups()
|
protected function joinServicegroups()
|
||||||
{
|
{
|
||||||
|
// TODO: Only hosts with services having such servicegroups
|
||||||
$this->requireVirtualTable('services');
|
$this->requireVirtualTable('services');
|
||||||
$this->baseQuery->join(
|
$this->baseQuery->join(
|
||||||
array('sgm' => $this->prefix . 'servicegroup_members'),
|
array('sgm' => $this->prefix . 'servicegroup_members'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user