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:
parent
3d0aa2638e
commit
67ac6f6662
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user