Skip to content

Commit

Permalink
Fixes dashboard title configuration
Browse files Browse the repository at this point in the history
fixes #7011
  • Loading branch information
Alexander Fuhr committed Aug 27, 2014
1 parent 66031ed commit 968fa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/monitoring/configuration.php
Expand Up @@ -130,7 +130,7 @@
/*
* Dashboard
*/
$dashboard = $this->dashboard('current-incidents', $this->translate('Current Incidents'));
$dashboard = $this->dashboard('current incidents')->setTitle($this->translate('Current Incidents'));
$dashboard->add(
'service problems',
$this->translate('Service Problems'),
Expand Down

0 comments on commit 968fa36

Please sign in to comment.