set resize to 'off' for the novnc popup

this makes it easier to handle the resize parameter in novnc code

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-07-23 10:56:25 +02:00 committed by Thomas Lamprecht
parent 2b0bdc4652
commit 16e64c97d6

View File

@ -815,7 +815,8 @@ Ext.define('PVE.Utils', { utilities: {
novnc: 1,
vmid: vmid,
vmname: vmname,
node: nodename
node: nodename,
resize: 'off'
});
var nw = window.open("?" + url, '_blank', "innerWidth=745,innerheight=427");
nw.focus();