checkd option by default on creation
This commit is contained in:
parent
3a95c3dd58
commit
5bd208a95c
|
@ -741,7 +741,10 @@ if ($step == 2) {
|
||||||
1,
|
1,
|
||||||
$min_alerts_reset_counter,
|
$min_alerts_reset_counter,
|
||||||
true,
|
true,
|
||||||
$is_central_policies_on_node
|
$is_central_policies_on_node,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
$create_template == 1 ? 'checked=checked' : ''
|
||||||
);
|
);
|
||||||
|
|
||||||
$table->data[4][0] = __('Max. number of alerts');
|
$table->data[4][0] = __('Max. number of alerts');
|
||||||
|
|
Loading…
Reference in New Issue