mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Endpoint: allow to set zone relation as string
This commit is contained in:
parent
f9a79b01eb
commit
f1e6b12eeb
@ -17,4 +17,8 @@ class IcingaEndpoint extends IcingaObject
|
||||
'log_duration' => null,
|
||||
'object_type' => null,
|
||||
);
|
||||
|
||||
protected $relations = array(
|
||||
'zone' => 'IcingaZone',
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user