Revert "Fixes dashboard title configuration"
This reverts commit 968fa36cfd
.
This commit is contained in:
parent
5d52a54d94
commit
a47c376fb3
|
@ -130,7 +130,7 @@ $section->add('performance info', $this->translate('Performance Info'), array(
|
||||||
/*
|
/*
|
||||||
* Dashboard
|
* Dashboard
|
||||||
*/
|
*/
|
||||||
$dashboard = $this->dashboard('current incidents')->setTitle($this->translate('Current Incidents'));
|
$dashboard = $this->dashboard('current-incidents', $this->translate('Current Incidents'));
|
||||||
$dashboard->add(
|
$dashboard->add(
|
||||||
'service problems',
|
'service problems',
|
||||||
$this->translate('Service Problems'),
|
$this->translate('Service Problems'),
|
||||||
|
|
Loading…
Reference in New Issue