mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
$this->setAutorefreshInterval(10);
|
|
||||||
$search = $this->_request->getParam('q');
|
$search = $this->_request->getParam('q');
|
||||||
if (! $search) {
|
if (! $search) {
|
||||||
$this->view->tabs = Widget::create('tabs')->add(
|
$this->view->tabs = Widget::create('tabs')->add(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user