mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
Revert "Fixes dashboard title configuration"
This reverts commit 968fa36cfd5123137b2d8189b3df723974c6a46d.
This commit is contained in:
parent
5d52a54d94
commit
a47c376fb3
@ -130,7 +130,7 @@ $section->add('performance info', $this->translate('Performance Info'), array(
|
||||
/*
|
||||
* Dashboard
|
||||
*/
|
||||
$dashboard = $this->dashboard('current incidents')->setTitle($this->translate('Current Incidents'));
|
||||
$dashboard = $this->dashboard('current-incidents', $this->translate('Current Incidents'));
|
||||
$dashboard->add(
|
||||
'service problems',
|
||||
$this->translate('Service Problems'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user