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:
parent
fda520349f
commit
6fc7eac554
@ -1013,6 +1013,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