Adjust calls to CompatController::setTitle()
refs https://github.com/Icinga/ipl-web/pull/72
This commit is contained in:
parent
c968dd33eb
commit
05a18dcdb5
|
@ -45,7 +45,7 @@ class HealthController extends CompatController
|
||||||
]));
|
]));
|
||||||
$this->addControl(HtmlString::create((string) $this->view->filterEditor));
|
$this->addControl(HtmlString::create((string) $this->view->filterEditor));
|
||||||
|
|
||||||
$this->setTitle(t('Health'));
|
$this->addTitleTab(t('Health'));
|
||||||
$this->setAutorefreshInterval(10);
|
$this->setAutorefreshInterval(10);
|
||||||
$this->addContent(new AppHealth($query));
|
$this->addContent(new AppHealth($query));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue