]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: backup info: move pool-to-backup to column 2 for balance
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 19 Jan 2023 15:23:51 +0000 (16:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 19 Jan 2023 15:23:53 +0000 (16:23 +0100)
Its only shown sometimes and with this patch it's adjacent to the
selection mode, so quite fitting also from that POV.

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

index a1e10614d7be0329e63632e27873eea294f7d59c..93c9a33e7450654c607b3c7f9af0d4e49c6f88f6 100644 (file)
@@ -198,11 +198,6 @@ Ext.define('PVE.dc.BackupInfo', {
            name: 'selMode',
            fieldLabel: gettext('Selection mode'),
        },
-       {
-           xtype: 'displayfield',
-           name: 'pool',
-           fieldLabel: gettext('Pool to backup'),
-       },
     ],
     column2: [
        {
@@ -242,6 +237,11 @@ Ext.define('PVE.dc.BackupInfo', {
            fieldLabel: gettext('Enabled'),
            renderer: v => PVE.Parser.parseBoolean(v.toString()) ? gettext('Yes') : gettext('No'),
        },
+       {
+           xtype: 'displayfield',
+           name: 'pool',
+           fieldLabel: gettext('Pool to backup'),
+       },
     ],
 
     columnB: [