mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-08 16:23:22 -04:00
Add setAutoRefresh(30) to Hosts|ServicesController
This commit is contained in:
parent
cfba2f01fc
commit
f257c5a48f
2 changed files with 4 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ class HostsController extends IcingadbGraphiteController
|
|||
if (! $searchBar->hasBeenSubmitted() && $searchBar->hasBeenSent()) {
|
||||
$this->sendMultipartUpdate();
|
||||
}
|
||||
|
||||
$this->setAutorefreshInterval(30);
|
||||
}
|
||||
|
||||
public function completeAction()
|
||||
|
|
|
|||
|
|
@ -86,6 +86,8 @@ class ServicesController extends IcingadbGraphiteController
|
|||
if (! $searchBar->hasBeenSubmitted() && $searchBar->hasBeenSent()) {
|
||||
$this->sendMultipartUpdate();
|
||||
}
|
||||
|
||||
$this->setAutorefreshInterval(30);
|
||||
}
|
||||
|
||||
public function completeAction()
|
||||
|
|
|
|||
Loading…
Reference in a new issue