parent
0c0694605c
commit
d2f359e3e3
|
@ -8,6 +8,14 @@ class IcingaUserGroup extends IcingaObjectGroup
|
|||
{
|
||||
protected $table = 'icinga_usergroup';
|
||||
|
||||
protected $defaultProperties = array(
|
||||
'id' => null,
|
||||
'object_name' => null,
|
||||
'object_type' => null,
|
||||
'disabled' => 'n',
|
||||
'display_name' => null,
|
||||
);
|
||||
|
||||
public function getRenderingZone(IcingaConfig $config = null)
|
||||
{
|
||||
return $this->connection->getMasterZoneName();
|
||||
|
|
Loading…
Reference in New Issue