]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: import: fix top-padding of CD-ROM label
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Mar 2024 12:01:45 +0000 (13:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2024 14:17:43 +0000 (15:17 +0100)
While it was required before commit ca9dce9e8 ("ui: guest import:
rework windows virtio-scsi preparation") to avoid making this crowded,
after that commit we already got the top-padding from the columnT
here, so no need for adding extra padding to that.

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

index 3ba7e86cbfb68765a2d75e71925a7ca1971ae98c..ca8c81f4307339fa79666a0ccb8b312de9138964 100644 (file)
@@ -671,9 +671,6 @@ Ext.define('PVE.window.GuestImport', {
                            xtype: 'displayfield',
                            fieldLabel: gettext('CD/DVD Drives'),
                            labelWidth: 200,
-                           style: {
-                               paddingTop: '10px',
-                           },
                        },
                        {
                            xtype: 'grid',