2012-02-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/javascript/pandora_modules.js: "snmpwalk" button is disabled after click on that button to avoid duplicate requests. Fixes: #3476128 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5674 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c82f3411f1
commit
d100f24635
|
@ -1,3 +1,10 @@
|
|||
2012-02-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/javascript/pandora_modules.js: "snmpwalk" button is
|
||||
disabled after click on that button to avoid duplicate requests.
|
||||
|
||||
Fixes: #3476128
|
||||
|
||||
2012-02-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_reporting.php: Added set_time_limit to 500 secs
|
||||
|
|
|
@ -273,6 +273,7 @@ function configure_modules_form () {
|
|||
$("span#no_snmp").show ();
|
||||
$("#oid_loading").hide ();
|
||||
$("#edit_oid").hide ();
|
||||
$("#button-snmp_walk").enable ();
|
||||
return false;
|
||||
}
|
||||
jQuery.each (data, function (id, value) {
|
||||
|
@ -281,7 +282,6 @@ function configure_modules_form () {
|
|||
});
|
||||
$("#select_snmp_oid").show ();
|
||||
$("#oid_loading").hide ();
|
||||
$("#button-snmp_walk").enable ();
|
||||
$("#edit_oid").show ();
|
||||
$("#button-snmp_walk").enable ();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue