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

(cherry picked from commit 889249a6af8a78bd43452042302b7bd3b4405e31)
This commit is contained in:
Hector Sanjuan 2012-04-24 11:45:27 +02:00 committed by Ruben S. Montero
parent fda520349f
commit 6fc7eac554
2 changed files with 2 additions and 0 deletions

View File

@ -1013,6 +1013,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(){