mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-21 08:57:41 +02:00
BasketForm: allow Notification Templates
This commit is contained in:
parent
63e3a69611
commit
80f9ea29b5
@ -24,6 +24,7 @@ class BasketForm extends DirectorObjectForm
|
||||
'IcingaTemplateChoiceService' => $this->translate('Service Template Choice'),
|
||||
'ServiceTemplate' => $this->translate('Service Templates'),
|
||||
'ServiceSet' => $this->translate('Service Sets'),
|
||||
'NotificationTemplate' => $this->translate('Notification Templates'),
|
||||
'Notification' => $this->translate('Notifications'),
|
||||
'TimePeriod' => $this->translate('Time Periods'),
|
||||
'Dependency' => $this->translate('Dependencies'),
|
||||
|
@ -40,6 +40,7 @@ class BasketSnapshot extends DbObject
|
||||
'IcingaTemplateChoiceService' => IcingaTemplateChoiceService::class,
|
||||
'ServiceTemplate' => IcingaService::class,
|
||||
'ServiceSet' => IcingaServiceSet::class,
|
||||
'NotificationTemplate' => IcingaNotification::class,
|
||||
'Notification' => IcingaNotification::class,
|
||||
'DataList' => DirectorDatalist::class,
|
||||
'Dependency' => IcingaDependency::class,
|
||||
@ -72,6 +73,7 @@ class BasketSnapshot extends DbObject
|
||||
'IcingaTemplateChoiceService',
|
||||
'ServiceTemplate',
|
||||
'ServiceSet',
|
||||
'NotificationTemplate',
|
||||
'Notification',
|
||||
'Dependency',
|
||||
'ImportSource',
|
||||
|
Loading…
x
Reference in New Issue
Block a user