mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
IcingaNotificationForm: add times to main group
This commit is contained in:
parent
23b1b008a8
commit
7209f162b2
@ -67,7 +67,7 @@ class IcingaNotificationForm extends DirectorObjectForm
|
|||||||
'text',
|
'text',
|
||||||
'times_end',
|
'times_end',
|
||||||
array(
|
array(
|
||||||
'label' => $this->translate('Times end'),
|
'label' => $this->translate('Last notification'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'When the last notification should be sent'
|
'When the last notification should be sent'
|
||||||
)
|
)
|
||||||
|
@ -418,6 +418,8 @@ abstract class DirectorObjectForm extends QuickForm
|
|||||||
'command_id', // Notification
|
'command_id', // Notification
|
||||||
'notification_interval',
|
'notification_interval',
|
||||||
'period',
|
'period',
|
||||||
|
'times_begin',
|
||||||
|
'times_end',
|
||||||
'email',
|
'email',
|
||||||
'pager',
|
'pager',
|
||||||
'enable_notifications',
|
'enable_notifications',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user