mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Provide implementation for hook Monitoring/CustomVarRenderer
This commit is contained in:
parent
431468366c
commit
ca0b8ebc4e
@ -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('Monitoring/CustomVarRenderer');
|
||||||
}
|
}
|
||||||
|
|
||||||
$directorHooks = [
|
$directorHooks = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user