[pve-devel] [PATCH manager] ui: backupedit: reduce height

Aaron Lauterer a.lauterer at proxmox.com
Thu Mar 23 14:32:28 CET 2023


with the advanced panel enabled, the overall height of the window is too
high. By reducing the size of the guest selection grid we can reduce
the overall height to be at max ~600px.

Signed-off-by: Aaron Lauterer <a.lauterer at 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 7c6e244a..2d346288 100644
--- a/www/manager6/dc/Backup.js
+++ b/www/manager6/dc/Backup.js
@@ -331,7 +331,7 @@ Ext.define('PVE.dc.BackupEdit', {
 				{
 				    xtype: 'vmselector',
 				    reference: 'vmgrid',
-				    height: 300,
+				    height: 240,
 				    name: 'vmid',
 				    disabled: true,
 				    allowBlank: false,
-- 
2.30.2






More information about the pve-devel mailing list