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'),
|
||||
'url' => Url::fromRequest()
|
||||
)
|
||||
)->activate('timeline')->setTitle($this->translate('Timeline Navigation'));
|
||||
)->activate('timeline');
|
||||
$this->view->title = $this->translate('Timeline');
|
||||
|
||||
// TODO: filter for hard_states (precedence adjustments necessary!)
|
||||
|
|
Loading…
Reference in New Issue