mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
parent
db99a30fa1
commit
2a8a641117
@ -77,6 +77,10 @@ abstract class ObjectsController extends ActionController
|
|||||||
} elseif ($request->getActionName() === 'applyrules') {
|
} elseif ($request->getActionName() === 'applyrules') {
|
||||||
$table->filterObjectType('apply');
|
$table->filterObjectType('apply');
|
||||||
}
|
}
|
||||||
|
$search = $this->params->get('q');
|
||||||
|
if (\strlen($search) > 0) {
|
||||||
|
$table->search($search);
|
||||||
|
}
|
||||||
|
|
||||||
return (new IcingaObjectsHandler(
|
return (new IcingaObjectsHandler(
|
||||||
$request,
|
$request,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user