mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
BasketForm: allow more object types
This commit is contained in:
parent
178215a7ab
commit
c7939c281b
@ -14,12 +14,19 @@ class BasketForm extends DirectorObjectForm
|
|||||||
protected function getAvailableTypes()
|
protected function getAvailableTypes()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'Command' => $this->translate('Command Definitions'),
|
||||||
|
'HostGroup' => $this->translate('Host Group'),
|
||||||
|
'IcingaTemplateChoiceHost' => $this->translate('Host Template Choice'),
|
||||||
|
'HostTemplate' => $this->translate('Host Templates'),
|
||||||
|
'ServiceGroup' => $this->translate('Service Groups'),
|
||||||
|
'IcingaTemplateChoiceService' => $this->translate('Service Template Choice'),
|
||||||
|
'ServiceTemplate' => $this->translate('Service Templates'),
|
||||||
|
'ServiceSet' => $this->translate('Service Sets'),
|
||||||
|
'Notification' => $this->translate('Notifications'),
|
||||||
|
'Dependency' => $this->translate('Dependencies'),
|
||||||
'ImportSource' => $this->translate('Import Sources'),
|
'ImportSource' => $this->translate('Import Sources'),
|
||||||
'SyncRule' => $this->translate('Sync Rules'),
|
'SyncRule' => $this->translate('Sync Rules'),
|
||||||
'Job' => $this->translate('Job Definitions'),
|
'DirectorJob' => $this->translate('Job Definitions'),
|
||||||
'HostTemplate' => $this->translate('Host Templates'),
|
|
||||||
'ServiceSet' => $this->translate('Service Sets'),
|
|
||||||
'ServiceTemplate' => $this->translate('Service Templates'),
|
|
||||||
'Basket' => $this->translate('Basket Definitions'),
|
'Basket' => $this->translate('Basket Definitions'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user