2011-06-24 Vanessa Gil <vanessa.gil@artica.es>

* godmode/agentes/module_manager_editor.php: Show units in module edition.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4482 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2011-06-24 08:19:22 +00:00
parent f4e3adea24
commit 3a3bb0afd0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-06-24 Vanessa Gil <vanessa.gil@artica.es>
* godmode/agentes/module_manager_editor.php: Show units in module edition.
2011-06-21 Sancho Lerena <slerena@artica.es>
* include/functions_ui.php: Improved function ui_print_string_substr to

View File

@ -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 = '';