IcingaNotificationForm: add times to main group
This commit is contained in:
parent
23b1b008a8
commit
7209f162b2
|
@ -67,7 +67,7 @@ class IcingaNotificationForm extends DirectorObjectForm
|
|||
'text',
|
||||
'times_end',
|
||||
array(
|
||||
'label' => $this->translate('Times end'),
|
||||
'label' => $this->translate('Last notification'),
|
||||
'description' => $this->translate(
|
||||
'When the last notification should be sent'
|
||||
)
|
||||
|
|
|
@ -418,6 +418,8 @@ abstract class DirectorObjectForm extends QuickForm
|
|||
'command_id', // Notification
|
||||
'notification_interval',
|
||||
'period',
|
||||
'times_begin',
|
||||
'times_end',
|
||||
'email',
|
||||
'pager',
|
||||
'enable_notifications',
|
||||
|
|
Loading…
Reference in New Issue