mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
parent
9cf6ccfcab
commit
3cd0949dba
@ -73,6 +73,8 @@ define(function(require) {
|
||||
return false;
|
||||
});
|
||||
|
||||
$(window).resize(Vmrc.updateScreen);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,8 @@ define(function (require) {
|
||||
"unlock": unlock,
|
||||
"vmrcCallback": vmrcCallback,
|
||||
"disconnect": disconnect,
|
||||
"sendCtrlAltDel": sendCtrlAltDel
|
||||
"sendCtrlAltDel": sendCtrlAltDel,
|
||||
"updateScreen": updateScreen
|
||||
};
|
||||
|
||||
function lockStatus() {
|
||||
@ -146,4 +147,8 @@ define(function (require) {
|
||||
function sendCtrlAltDel() {
|
||||
if (_wmks) { _wmks.sendCAD(); }
|
||||
}
|
||||
|
||||
function updateScreen() {
|
||||
_wmks.updateScreen();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user