]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: guest import: fine-tune paddings and heights in advanced tab
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Mar 2024 13:21:09 +0000 (14:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2024 14:17:43 +0000 (15:17 +0100)
To make the UI appear slightly less crowded

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/GuestImport.js

index 6fa2e93a297aea155135ac82e525c6e5a300db07..07ae8e185852be50f35c86ea679247da8eaa5608 100644 (file)
@@ -386,7 +386,7 @@ Ext.define('PVE.window.GuestImport', {
                        {
                            xtype: 'grid',
                            reference: 'diskGrid',
-                           minHeight: 58,
+                           minHeight: 60,
                            maxHeight: 150,
                            store: {
                                data: [],
@@ -463,11 +463,14 @@ Ext.define('PVE.window.GuestImport', {
                            xtype: 'displayfield',
                            fieldLabel: gettext('CD/DVD Drives'),
                            labelWidth: 200,
+                           style: {
+                               paddingTop: '10px',
+                           },
                        },
                        {
                            xtype: 'grid',
                            reference: 'cdGrid',
-                           minHeight: 58,
+                           minHeight: 60,
                            maxHeight: 150,
                            store: {
                                data: [],
@@ -527,6 +530,9 @@ Ext.define('PVE.window.GuestImport', {
                            xtype: 'displayfield',
                            fieldLabel: gettext('Network Interfaces'),
                            labelWidth: 200,
+                           style: {
+                               paddingTop: '10px',
+                           },
                        },
                        {
                            xtype: 'grid',