mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
parent
48f9cf61e7
commit
a3eb6e37f2
@ -2,6 +2,7 @@
|
|||||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
use Icinga\Module\Monitoring\Controller as MonitoringController;
|
use Icinga\Module\Monitoring\Controller as MonitoringController;
|
||||||
|
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||||
use Icinga\Web\Url;
|
use Icinga\Web\Url;
|
||||||
|
|
||||||
class Monitoring_TacticalController extends MonitoringController
|
class Monitoring_TacticalController extends MonitoringController
|
||||||
@ -18,7 +19,7 @@ class Monitoring_TacticalController extends MonitoringController
|
|||||||
'label' => $this->translate('Tactical Overview'),
|
'label' => $this->translate('Tactical Overview'),
|
||||||
'url' => Url::fromRequest()
|
'url' => Url::fromRequest()
|
||||||
)
|
)
|
||||||
)->activate('tactical_overview');
|
)->extend(new DashboardAction())->activate('tactical_overview');
|
||||||
|
|
||||||
$this->view->statusSummary = $this->backend->select()->from(
|
$this->view->statusSummary = $this->backend->select()->from(
|
||||||
'statusSummary',
|
'statusSummary',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user