mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04: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('cube/Actions', CubeLinks::class);
|
||||
$this->provideHook('cube/IcingaDbActions', IcingaDbCubeLinks::class);
|
||||
$this->provideHook('Monitoring/CustomVarRenderer');
|
||||
}
|
||||
|
||||
$directorHooks = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user