diff --git a/pandora_console/godmode/massive/massive_edit_modules.php b/pandora_console/godmode/massive/massive_edit_modules.php index 667378949b..7e75bc1f00 100644 --- a/pandora_console/godmode/massive/massive_edit_modules.php +++ b/pandora_console/godmode/massive/massive_edit_modules.php @@ -112,7 +112,7 @@ if ($update) { $module_name = array(); } foreach($module_name as $mod_name) { - $result = process_manage_edit ($mod_name['nombre'], $id_agent); + $result = process_manage_edit($mod_name['nombre'], $id_agent); $count ++; $success += (int)$result; } @@ -518,6 +518,11 @@ $table->data['edit11'][0] .= ui_print_help_tip(__('The module still store data b $table->data['edit11'][1] = html_print_select(array(-1 => __('No change'), 1 => __('Yes'), 0 => __('No')), "quiet_select", -1, "", '', 0, true); +$table->data['edit11'][2] = __('Timeout'); +$table->data['edit11'][3] = html_print_input_text( + 'max_timeout', '', '', 5, 10, true) . ' ' . + ui_print_help_tip ( + __('Seconds that agent will wait for the execution of the module.'), true); echo '