mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
parent
51f8591a43
commit
bb6e3f58a5
@ -73,6 +73,7 @@ class IcingaHostTable extends IcingaObjectTable
|
||||
$db = $this->connection()->getConnection();
|
||||
$sub = clone($this->getBaseQuery());
|
||||
$sub->columns($this->getColumns());
|
||||
$this->applyFiltersToQuery($sub);
|
||||
$query = $db->select()->from(
|
||||
array('sub' => $sub),
|
||||
'COUNT(*)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user