mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
77b60588bc
commit
7aacfcf907
@ -11,7 +11,11 @@ class Monitoring_TacticalController extends MonitoringController
|
|||||||
$this->getTabs()->add(
|
$this->getTabs()->add(
|
||||||
'tactical_overview',
|
'tactical_overview',
|
||||||
array(
|
array(
|
||||||
'title' => $this->translate('Tactical Overview'),
|
'title' => $this->translate(
|
||||||
|
'Show an overview of all hosts and services, their current'
|
||||||
|
. ' states and monitoring feature utilisation'
|
||||||
|
),
|
||||||
|
'label' => $this->translate('Tactical Overview'),
|
||||||
'url' => Url::fromRequest()
|
'url' => Url::fromRequest()
|
||||||
)
|
)
|
||||||
)->activate('tactical_overview');
|
)->activate('tactical_overview');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user