2013-02-15 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/module_manager_editor.php: Delete default value of the ip address on the module edition form git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7659 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
751959a969
commit
468d08d909
|
@ -1,3 +1,8 @@
|
|||
2013-02-15 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor.php: Delete default
|
||||
value of the ip address on the module edition form
|
||||
|
||||
2013-02-14 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/graphs/flot/pandora.flot.js,
|
||||
|
|
|
@ -175,9 +175,6 @@ if ($id_agent_module) {
|
|||
$snmp3_security_level = $module["custom_string_3"];
|
||||
|
||||
$ip_target = $module['ip_target'];
|
||||
if (empty ($ip_target)) {
|
||||
$ip_target = agents_get_address ($id_agente);
|
||||
}
|
||||
$disabled = $module['disabled'];
|
||||
$id_export = $module['id_export'];
|
||||
$plugin_user = $module['plugin_user'];
|
||||
|
|
Loading…
Reference in New Issue