public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: backupedit: reduce height
@ 2023-03-23 13:32 Aaron Lauterer
  0 siblings, 0 replies; only message in thread
From: Aaron Lauterer @ 2023-03-23 13:32 UTC (permalink / raw)
  To: pve-devel

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@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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-23 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 13:32 [pve-devel] [PATCH manager] ui: backupedit: reduce height Aaron Lauterer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal