Provide implementation for hook `Icingadb/CustomVarRenderer`

This commit is contained in:
Johannes Meyer 2021-12-02 16:40:20 +01:00
parent ca0b8ebc4e
commit bf591093d8
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ if ($this->getConfig()->get('frontend', 'disabled', 'no') !== 'yes') {
$this->provideHook('icingadb/icingadbSupport');
$this->provideHook('cube/Actions', CubeLinks::class);
$this->provideHook('cube/IcingaDbActions', IcingaDbCubeLinks::class);
$this->provideHook('Icingadb/CustomVarRenderer');
$this->provideHook('Monitoring/CustomVarRenderer');
}