Replace setTitle() with addTitleTab()

This commit is contained in:
Sukhwinder Dhillon 2022-03-18 12:28:02 +01:00
parent 7810015b48
commit fec5967413
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ class HostsController extends IcingadbGraphiteController
$this->params->shift($param);
}
$this->setTitle(t('Hosts'));
$this->addTitleTab(t('Hosts'));
$db = $this->getDb();

View file

@ -32,7 +32,7 @@ class ServicesController extends IcingadbGraphiteController
$this->params->shift($param);
}
$this->setTitle(t('Services'));
$this->addTitleTab(t('Services'));
$db = $this->getDb();