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:
juanmanuelr 2012-02-29 11:56:26 +00:00
parent c82f3411f1
commit d100f24635
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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 ();
},