mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-16 11:42:52 +00:00
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:
parent
2b0bdc4652
commit
16e64c97d6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user