mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
Apply the filter for host names when 'Hosts from filter' option is selected
This commit is contained in:
parent
ce812c01bf
commit
b24600893a
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ trait EnumList
|
|||
$names = $this->backend
|
||||
->select()
|
||||
->from('hostStatus', ['hostname' => 'host_name'])
|
||||
->applyFilter(Filter::fromQueryString($filter))
|
||||
->applyFilter(MonitoringRestrictions::getRestriction('monitoring/filter/objects'))
|
||||
->order('host_name')
|
||||
->getQuery()
|
||||
|
|
|
|||
Loading…
Reference in a new issue