parent
48f9cf61e7
commit
a3eb6e37f2
|
@ -2,6 +2,7 @@
|
|||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
use Icinga\Module\Monitoring\Controller as MonitoringController;
|
||||
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||
use Icinga\Web\Url;
|
||||
|
||||
class Monitoring_TacticalController extends MonitoringController
|
||||
|
@ -18,7 +19,7 @@ class Monitoring_TacticalController extends MonitoringController
|
|||
'label' => $this->translate('Tactical Overview'),
|
||||
'url' => Url::fromRequest()
|
||||
)
|
||||
)->activate('tactical_overview');
|
||||
)->extend(new DashboardAction())->activate('tactical_overview');
|
||||
|
||||
$this->view->statusSummary = $this->backend->select()->from(
|
||||
'statusSummary',
|
||||
|
|
Loading…
Reference in New Issue