mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Auto-refresh display of a host's services
This commit is contained in:
parent
3c16db3b0d
commit
1502b489cd
@ -82,6 +82,7 @@ class Monitoring_ShowController extends Controller
|
|||||||
|
|
||||||
public function servicesAction()
|
public function servicesAction()
|
||||||
{
|
{
|
||||||
|
$this->setAutorefreshInterval(15);
|
||||||
$this->getTabs()->activate('services');
|
$this->getTabs()->activate('services');
|
||||||
$this->_setParam('service', '');
|
$this->_setParam('service', '');
|
||||||
// TODO: This used to be a hack and still is. Modifying query string here.
|
// TODO: This used to be a hack and still is. Modifying query string here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user