mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
1ff9449ad7
commit
48df225f98
@ -6,6 +6,7 @@ use Icinga\Chart\Unit\LinearUnit;
|
|||||||
use Icinga\Chart\Unit\StaticAxis;
|
use Icinga\Chart\Unit\StaticAxis;
|
||||||
use Icinga\Module\Monitoring\Controller;
|
use Icinga\Module\Monitoring\Controller;
|
||||||
use Icinga\Module\Monitoring\Web\Widget\SelectBox;
|
use Icinga\Module\Monitoring\Web\Widget\SelectBox;
|
||||||
|
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||||
use Icinga\Web\Url;
|
use Icinga\Web\Url;
|
||||||
|
|
||||||
class Monitoring_AlertsummaryController extends Controller
|
class Monitoring_AlertsummaryController extends Controller
|
||||||
@ -44,7 +45,7 @@ class Monitoring_AlertsummaryController extends Controller
|
|||||||
'label' => $this->translate('Alert Summary'),
|
'label' => $this->translate('Alert Summary'),
|
||||||
'url' => Url::fromRequest()
|
'url' => Url::fromRequest()
|
||||||
)
|
)
|
||||||
)->activate('alertsummary');
|
)->extend(new DashboardAction())->activate('alertsummary');
|
||||||
$this->view->title = $this->translate('Alert Summary');
|
$this->view->title = $this->translate('Alert Summary');
|
||||||
|
|
||||||
$this->view->intervalBox = $this->createIntervalBox();
|
$this->view->intervalBox = $this->createIntervalBox();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user