mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
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…
x
Reference in New Issue
Block a user