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
fb7443c388
commit
7dfe24b05d
|
@ -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>
|
2012-02-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/functions_reporting.php: Added set_time_limit to 500 secs
|
* include/functions_reporting.php: Added set_time_limit to 500 secs
|
||||||
|
|
|
@ -273,6 +273,7 @@ function configure_modules_form () {
|
||||||
$("span#no_snmp").show ();
|
$("span#no_snmp").show ();
|
||||||
$("#oid_loading").hide ();
|
$("#oid_loading").hide ();
|
||||||
$("#edit_oid").hide ();
|
$("#edit_oid").hide ();
|
||||||
|
$("#button-snmp_walk").enable ();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
jQuery.each (data, function (id, value) {
|
jQuery.each (data, function (id, value) {
|
||||||
|
@ -281,7 +282,6 @@ function configure_modules_form () {
|
||||||
});
|
});
|
||||||
$("#select_snmp_oid").show ();
|
$("#select_snmp_oid").show ();
|
||||||
$("#oid_loading").hide ();
|
$("#oid_loading").hide ();
|
||||||
$("#button-snmp_walk").enable ();
|
|
||||||
$("#edit_oid").show ();
|
$("#edit_oid").show ();
|
||||||
$("#button-snmp_walk").enable ();
|
$("#button-snmp_walk").enable ();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue