mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
Replace setTitle() with addTitleTab()
This commit is contained in:
parent
7810015b48
commit
fec5967413
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ class HostsController extends IcingadbGraphiteController
|
|||
$this->params->shift($param);
|
||||
}
|
||||
|
||||
$this->setTitle(t('Hosts'));
|
||||
$this->addTitleTab(t('Hosts'));
|
||||
|
||||
$db = $this->getDb();
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class ServicesController extends IcingadbGraphiteController
|
|||
$this->params->shift($param);
|
||||
}
|
||||
|
||||
$this->setTitle(t('Services'));
|
||||
$this->addTitleTab(t('Services'));
|
||||
|
||||
$db = $this->getDb();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue