mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
SearchController: disable autorefresh
Makes no sense as search dashlets refresh themselves. refs #6536
This commit is contained in:
parent
ea44de8698
commit
a1acd52ad9
@ -13,7 +13,6 @@ class SearchController extends ActionController
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->setAutorefreshInterval(10);
|
||||
$search = $this->_request->getParam('q');
|
||||
if (! $search) {
|
||||
$this->view->tabs = Widget::create('tabs')->add(
|
||||
|
Loading…
x
Reference in New Issue
Block a user