IcingaZone: render parent zone names

This commit is contained in:
Thomas Gelf 2015-06-08 14:40:46 +02:00
parent bb63c9dbf5
commit 8306787383
1 changed files with 5 additions and 0 deletions

View File

@ -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)
}
}