2013-02-26 Ramon Novoa <rnovoa@artica.es>
* godmode/agentes/module_manager_editor_network.php: Close the SNMP browser after selecting an OID. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7725 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b5e9a1a4f9
commit
f8909cb57b
|
@ -1,3 +1,8 @@
|
||||||
|
2013-02-26 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/module_manager_editor_network.php: Close the SNMP
|
||||||
|
browser after selecting an OID.
|
||||||
|
|
||||||
2013-02-26 Ramon Novoa <rnovoa@artica.es>
|
2013-02-26 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* images/hand_point.png: Added to repository. Hand icon.
|
* images/hand_point.png: Added to repository. Hand icon.
|
||||||
|
|
|
@ -265,6 +265,9 @@ function snmpBrowserWindow () {
|
||||||
// Set the form OID to the value selected in the SNMP browser
|
// Set the form OID to the value selected in the SNMP browser
|
||||||
function setOID () {
|
function setOID () {
|
||||||
$('#text-snmp_oid').val($('#snmp_selected_oid').text());
|
$('#text-snmp_oid').val($('#snmp_selected_oid').text());
|
||||||
|
|
||||||
|
// Close the SNMP browser
|
||||||
|
$('.ui-dialog-titlebar-close').trigger('click');
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue