mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +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()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
$this->setAutorefreshInterval(10);
|
// $this->setAutorefreshInterval(10);
|
||||||
$search = $this->_request->getParam('q');
|
$search = $this->_request->getParam('q');
|
||||||
$dashboard = Widget::create('dashboard')->createPane('Search');
|
$dashboard = Widget::create('dashboard')->createPane('Search');
|
||||||
$pane = $dashboard->getPane('Search');
|
$pane = $dashboard->getPane('Search');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user