1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug #1043: Prevent VNC dialog from closing with ESC key in Sunstone and SelfService

This commit is contained in:
Hector Sanjuan 2012-04-24 11:45:27 +02:00
parent c7721e814d
commit 889249a6af
2 changed files with 2 additions and 0 deletions

View File

@ -997,6 +997,7 @@ function setupVNC(){
modal:true,
height:500,
resizable:true,
closeOnEscape: false
});
$('#sendCtrlAltDelButton',dialog).click(function(){

View File

@ -1300,6 +1300,7 @@ function setupVNC(){
modal:true,
height:500,
resizable:true,
closeOnEscape: false
});
$('#sendCtrlAltDelButton',dialog).click(function(){