mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
monitoring: Auto-refresh tactical overview every 15 seconds
fixes #9626
This commit is contained in:
parent
13d954a956
commit
63c51c01e0
@ -9,6 +9,7 @@ class Monitoring_TacticalController extends MonitoringController
|
|||||||
{
|
{
|
||||||
public function indexAction()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
|
$this->setAutorefreshInterval(15);
|
||||||
$this->getTabs()->add(
|
$this->getTabs()->add(
|
||||||
'tactical_overview',
|
'tactical_overview',
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user