Auto-refresh display of a host's services

This commit is contained in:
Eric Lippmann 2014-11-25 16:35:09 +01:00
parent 3c16db3b0d
commit 1502b489cd
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class Monitoring_ShowController extends Controller
public function servicesAction()
{
$this->setAutorefreshInterval(15);
$this->getTabs()->activate('services');
$this->_setParam('service', '');
// TODO: This used to be a hack and still is. Modifying query string here.