IcingaNotificationForm: add times to main group

This commit is contained in:
Thomas Gelf 2016-03-12 01:44:28 +01:00
parent 23b1b008a8
commit 7209f162b2
2 changed files with 3 additions and 1 deletions

View File

@ -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'
)

View File

@ -418,6 +418,8 @@ abstract class DirectorObjectForm extends QuickForm
'command_id', // Notification
'notification_interval',
'period',
'times_begin',
'times_end',
'email',
'pager',
'enable_notifications',