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
b3ee5f19e3
commit
8eea944be1
|
@ -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>
|
||||
|
||||
* 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
|
||||
function setOID () {
|
||||
$('#text-snmp_oid').val($('#snmp_selected_oid').text());
|
||||
|
||||
// Close the SNMP browser
|
||||
$('.ui-dialog-titlebar-close').trigger('click');
|
||||
}
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue