Fi browser console reporting errors
This commit is contained in:
parent
1ebe09698b
commit
ad39ca397e
pandora_console/operation/snmpconsole
|
@ -678,13 +678,16 @@ function show_add_module() {
|
||||||
//Submit form to agent module url.
|
//Submit form to agent module url.
|
||||||
$("#snmp_create_module").attr(
|
$("#snmp_create_module").attr(
|
||||||
"action",
|
"action",
|
||||||
"index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente="+id_agent+"&tab=module&edit_module=1");
|
"index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente="
|
||||||
|
+id_agent+
|
||||||
|
"&tab=module&edit_module=1"
|
||||||
|
);
|
||||||
|
|
||||||
$('#snmp_create_module').submit();
|
$('#snmp_create_module').submit();
|
||||||
|
},
|
||||||
|
onDeny: function () {
|
||||||
//Close dialog.
|
$("#dialog_create_module").dialog("close");
|
||||||
$('#dialog_create_module').dialog("close");
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue