diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cb321d8f1f..10baccca20 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-06-24 Vanessa Gil + + * godmode/agentes/module_manager_editor.php: Show units in module edition. + 2011-06-21 Sancho Lerena * include/functions_ui.php: Improved function ui_print_string_substr to diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php index 6566e81cad..5001a692f2 100644 --- a/pandora_console/godmode/agentes/module_manager_editor.php +++ b/pandora_console/godmode/agentes/module_manager_editor.php @@ -132,6 +132,7 @@ if ($id_agent_module) { if ($interval == 0) { $interval = agents_get_interval ($id_agente); } + $unit = $module['unit']; $tcp_port = $module['tcp_port']; $tcp_send = $module['tcp_send']; $tcp_rcv = $module['tcp_rcv']; @@ -191,6 +192,7 @@ else { $min = ''; $max = ''; $interval = ''; + $unit = ''; $prediction_module = ''; $custom_integer_2 = 0; $id_plugin = '';