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:
parent
c7721e814d
commit
889249a6af
@ -997,6 +997,7 @@ function setupVNC(){
|
||||
modal:true,
|
||||
height:500,
|
||||
resizable:true,
|
||||
closeOnEscape: false
|
||||
});
|
||||
|
||||
$('#sendCtrlAltDelButton',dialog).click(function(){
|
||||
|
@ -1300,6 +1300,7 @@ function setupVNC(){
|
||||
modal:true,
|
||||
height:500,
|
||||
resizable:true,
|
||||
closeOnEscape: false
|
||||
});
|
||||
|
||||
$('#sendCtrlAltDelButton',dialog).click(function(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user