1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Fixed VNC not giving back keyboard control after closing dialog

This commit is contained in:
Hector Sanjuan 2011-07-11 22:31:47 +02:00 committed by Ruben S. Montero
parent 3d0aa2638e
commit 67ac6f6662

View File

@ -1002,6 +1002,7 @@ function setupVNC(){
$( "#vnc_dialog" ).bind( "dialogclose", function(event, ui) {
var id = $("#vnc_dialog").attr("vm_id");
rfb.disconnect();
Sunstone.runAction("VM.stopvnc",id);
});