mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaZone: render parent zone names
This commit is contained in:
parent
bb63c9dbf5
commit
8306787383
@ -12,4 +12,9 @@ class IcingaZone extends IcingaObject
|
||||
'object_type' => null,
|
||||
'parent_zone_id' => null,
|
||||
);
|
||||
|
||||
protected function renderParent_zone_id()
|
||||
{
|
||||
return $this->renderZoneProperty('parent_zone', $this->parent_zone_id)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user