Provide implementation for hook `Icingadb/CustomVarRenderer`
This commit is contained in:
parent
ca0b8ebc4e
commit
bf591093d8
|
@ -71,6 +71,7 @@ if ($this->getConfig()->get('frontend', 'disabled', 'no') !== 'yes') {
|
||||||
$this->provideHook('icingadb/icingadbSupport');
|
$this->provideHook('icingadb/icingadbSupport');
|
||||||
$this->provideHook('cube/Actions', CubeLinks::class);
|
$this->provideHook('cube/Actions', CubeLinks::class);
|
||||||
$this->provideHook('cube/IcingaDbActions', IcingaDbCubeLinks::class);
|
$this->provideHook('cube/IcingaDbActions', IcingaDbCubeLinks::class);
|
||||||
|
$this->provideHook('Icingadb/CustomVarRenderer');
|
||||||
$this->provideHook('Monitoring/CustomVarRenderer');
|
$this->provideHook('Monitoring/CustomVarRenderer');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue