mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Do not try to set a title on a set of tabs
That's not working anymore since the title related changes were reverted
This commit is contained in:
parent
0bc1416b10
commit
f4e5a7f666
@ -22,7 +22,7 @@ class Monitoring_TimelineController extends Controller
|
|||||||
'label' => $this->translate('Timeline'),
|
'label' => $this->translate('Timeline'),
|
||||||
'url' => Url::fromRequest()
|
'url' => Url::fromRequest()
|
||||||
)
|
)
|
||||||
)->activate('timeline')->setTitle($this->translate('Timeline Navigation'));
|
)->activate('timeline');
|
||||||
$this->view->title = $this->translate('Timeline');
|
$this->view->title = $this->translate('Timeline');
|
||||||
|
|
||||||
// TODO: filter for hard_states (precedence adjustments necessary!)
|
// TODO: filter for hard_states (precedence adjustments necessary!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user