IcingaHostTemplateTable: first template only table
This commit is contained in:
parent
58f19a9270
commit
9d9c23eed6
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Director\Tables;
|
||||
|
||||
use Icinga\Module\Director\Tables\IcingaHostTable;
|
||||
|
||||
class IcingaHostTemplateTable extends IcingaHostTable
|
||||
{
|
||||
public function getBaseQuery()
|
||||
{
|
||||
return $this->getUnfilteredQuery()->where('h.object_type = ?', 'template');
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue