parent
0605c5acc8
commit
d435ca37f7
|
@ -149,7 +149,7 @@ class IcingaNotificationForm extends DirectorObjectForm
|
|||
|
||||
$this->addElement(
|
||||
'select',
|
||||
'period',
|
||||
'period_id',
|
||||
array(
|
||||
'label' => $this->translate('Time period'),
|
||||
'description' => $this->translate(
|
||||
|
|
|
@ -495,7 +495,7 @@ abstract class DirectorObjectForm extends QuickForm
|
|||
'user_groups',
|
||||
'command_id', // Notification
|
||||
'notification_interval',
|
||||
'period',
|
||||
'period_id',
|
||||
'times_begin',
|
||||
'times_end',
|
||||
'email',
|
||||
|
|
Loading…
Reference in New Issue