mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaHost: filter internal properties from enum
This commit is contained in:
parent
eddaf7c9a4
commit
b7aa578dee
@ -135,6 +135,8 @@ class IcingaHost extends IcingaObject implements ExportInterface
|
||||
|
||||
$hostProperties[$prefix . $prop] = $prop;
|
||||
}
|
||||
unset($hostProperties[$prefix . 'uuid']);
|
||||
unset($hostProperties[$prefix . 'custom_endpoint_name']);
|
||||
|
||||
$hostVars = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user