IcingaObject: no zones right now
This commit is contained in:
parent
0507a65e0b
commit
c0043c26b0
|
@ -642,6 +642,8 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||||
|
|
||||||
protected function renderZoneProperty($zoneId, $propertyName = 'zone')
|
protected function renderZoneProperty($zoneId, $propertyName = 'zone')
|
||||||
{
|
{
|
||||||
|
// TODO: set file info?
|
||||||
|
return '';
|
||||||
return c::renderKeyValue(
|
return c::renderKeyValue(
|
||||||
$propertyName,
|
$propertyName,
|
||||||
c::renderString($this->connection->getZoneName($zoneId))
|
c::renderString($this->connection->getZoneName($zoneId))
|
||||||
|
|
Loading…
Reference in New Issue