mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
feature #2842: Auto close openvnc popup when "full screen" (openvcn console in new tab) is requested
This commit is contained in:
parent
4b9f9597b3
commit
9fe9ef9328
@ -3357,6 +3357,10 @@ function setupVNC(){
|
||||
|
||||
$vnc_dialog.foundation();
|
||||
|
||||
$("#open_in_a_new_window", dialog).on("click", function(){
|
||||
$vnc_dialog.foundation('reveal', 'close');
|
||||
});
|
||||
|
||||
$('#sendCtrlAltDelButton',dialog).click(function(){
|
||||
rfb.sendCtrlAltDel();
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user