mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
parent
0c4e18533b
commit
dbe8aeeed3
1 changed files with 2 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ class ObjectsTableService extends ObjectsTable
|
|||
['h' => 'icinga_host'],
|
||||
'o.host_id = h.id',
|
||||
[]
|
||||
)->order('o.object_name')->order('h.object_name');
|
||||
)->where('o.service_set_id IS NULL')
|
||||
->order('o.object_name')->order('h.object_name');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue