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:
Johannes Meyer 2015-03-13 11:31:24 +01:00
parent 0bc1416b10
commit f4e5a7f666
1 changed files with 1 additions and 1 deletions

View File

@ -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!)