mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
cb59c61d66
commit
b8b047a1e4
@ -417,6 +417,13 @@ constants
|
||||
));
|
||||
}
|
||||
|
||||
public function getUserGroupObjects()
|
||||
{
|
||||
return $this->getDirectorObjects('UserGroup', 'UserGroup', 'usergroups', array(
|
||||
'display_name' => 'display_name',
|
||||
));
|
||||
}
|
||||
|
||||
public function getCheckCommandObjects()
|
||||
{
|
||||
IcingaCommand::setPluginDir($this->getConstant('PluginDir'));
|
||||
|
@ -62,6 +62,7 @@ class ImportSourceCoreApi extends ImportSourceHook
|
||||
'Host' => $form->translate('Hosts'),
|
||||
'HostGroup' => $form->translate('Hostgroups'),
|
||||
'User' => $form->translate('Users'),
|
||||
'UserGroup' => $form->translate('Usergroups'),
|
||||
'Zone' => $form->translate('Zones'),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user