mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ObjectsController: add quicksearch element
This commit is contained in:
parent
16bc8bf6b3
commit
a752100da4
@ -163,7 +163,9 @@ abstract class ObjectsController extends ActionController
|
|||||||
|
|
||||||
$this->view->table = $this->applyPaginationLimits($table);
|
$this->view->table = $this->applyPaginationLimits($table);
|
||||||
|
|
||||||
$this->render('objects/table', null, true);
|
$this->provideQuickSearch();
|
||||||
|
|
||||||
|
$this->setViewScript('objects/table');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function templatetreeAction()
|
public function templatetreeAction()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user