mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 13:24:24 +02:00
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->setTitle(t('Health'));
|
||||
$this->addTitleTab(t('Health'));
|
||||
$this->setAutorefreshInterval(10);
|
||||
$this->addContent(new AppHealth($query));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user