mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-22 09:27:39 +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'),
|
'IcingaTemplateChoiceService' => $this->translate('Service Template Choice'),
|
||||||
'ServiceTemplate' => $this->translate('Service Templates'),
|
'ServiceTemplate' => $this->translate('Service Templates'),
|
||||||
'ServiceSet' => $this->translate('Service Sets'),
|
'ServiceSet' => $this->translate('Service Sets'),
|
||||||
|
'NotificationTemplate' => $this->translate('Notification Templates'),
|
||||||
'Notification' => $this->translate('Notifications'),
|
'Notification' => $this->translate('Notifications'),
|
||||||
'TimePeriod' => $this->translate('Time Periods'),
|
'TimePeriod' => $this->translate('Time Periods'),
|
||||||
'Dependency' => $this->translate('Dependencies'),
|
'Dependency' => $this->translate('Dependencies'),
|
||||||
|
@ -40,6 +40,7 @@ class BasketSnapshot extends DbObject
|
|||||||
'IcingaTemplateChoiceService' => IcingaTemplateChoiceService::class,
|
'IcingaTemplateChoiceService' => IcingaTemplateChoiceService::class,
|
||||||
'ServiceTemplate' => IcingaService::class,
|
'ServiceTemplate' => IcingaService::class,
|
||||||
'ServiceSet' => IcingaServiceSet::class,
|
'ServiceSet' => IcingaServiceSet::class,
|
||||||
|
'NotificationTemplate' => IcingaNotification::class,
|
||||||
'Notification' => IcingaNotification::class,
|
'Notification' => IcingaNotification::class,
|
||||||
'DataList' => DirectorDatalist::class,
|
'DataList' => DirectorDatalist::class,
|
||||||
'Dependency' => IcingaDependency::class,
|
'Dependency' => IcingaDependency::class,
|
||||||
@ -72,6 +73,7 @@ class BasketSnapshot extends DbObject
|
|||||||
'IcingaTemplateChoiceService',
|
'IcingaTemplateChoiceService',
|
||||||
'ServiceTemplate',
|
'ServiceTemplate',
|
||||||
'ServiceSet',
|
'ServiceSet',
|
||||||
|
'NotificationTemplate',
|
||||||
'Notification',
|
'Notification',
|
||||||
'Dependency',
|
'Dependency',
|
||||||
'ImportSource',
|
'ImportSource',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user