Add setAutoRefresh(30) to Hosts|ServicesController

This commit is contained in:
Sukhwinder Dhillon 2022-03-22 09:10:12 +01:00 committed by Johannes Meyer
parent cfba2f01fc
commit f257c5a48f
2 changed files with 4 additions and 0 deletions

View file

@ -85,6 +85,8 @@ class HostsController extends IcingadbGraphiteController
if (! $searchBar->hasBeenSubmitted() && $searchBar->hasBeenSent()) {
$this->sendMultipartUpdate();
}
$this->setAutorefreshInterval(30);
}
public function completeAction()

View file

@ -86,6 +86,8 @@ class ServicesController extends IcingadbGraphiteController
if (! $searchBar->hasBeenSubmitted() && $searchBar->hasBeenSent()) {
$this->sendMultipartUpdate();
}
$this->setAutorefreshInterval(30);
}
public function completeAction()