on our minimal display size (1280x720), using height 700 is too large when considering that the browser + os also need some vertical space.
For good measure, use a maximum of 600 pixels. Since the window is resizable anyway, users with more space should not have a problem here. reported in the forum: https://forum.proxmox.com/threads/web-forms-extend-beyond-web-page-window-in-some-cases.120714 Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- www/manager6/dc/Backup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/dc/Backup.js b/www/manager6/dc/Backup.js index 4638cbb68..d69370b69 100644 --- a/www/manager6/dc/Backup.js +++ b/www/manager6/dc/Backup.js @@ -548,7 +548,7 @@ Ext.define('PVE.dc.BackupView', { Ext.create('Ext.window.Window', { modal: true, width: 800, - height: 700, + height: 600, resizable: true, layout: 'fit', title: gettext('Backup Details'), -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel