Add proper title to the tactical overview's tab

refs #8458
This commit is contained in:
Johannes Meyer 2015-02-23 16:58:48 +01:00
parent 77b60588bc
commit 7aacfcf907
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@ class Monitoring_TacticalController extends MonitoringController
$this->getTabs()->add(
'tactical_overview',
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()
)
)->activate('tactical_overview');