From 16e64c97d6c2c5ed1a35314db3ebd8dbd2e277d5 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 23 Jul 2018 10:56:25 +0200 Subject: [PATCH] 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 --- www/manager6/Utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index ad5a0a61..21153ece 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -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();