mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
No search autorefresh unless fixed
This commit is contained in:
parent
f31e697d72
commit
cdc717b88f
@ -18,7 +18,7 @@ class SearchController extends ActionController
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->setAutorefreshInterval(10);
|
||||
// $this->setAutorefreshInterval(10);
|
||||
$search = $this->_request->getParam('q');
|
||||
$dashboard = Widget::create('dashboard')->createPane('Search');
|
||||
$pane = $dashboard->getPane('Search');
|
||||
|
Loading…
x
Reference in New Issue
Block a user