]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: backup window: switch to two-column layout
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 6 May 2021 12:16:31 +0000 (14:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Jun 2021 14:29:19 +0000 (16:29 +0200)
in preparation to add more items in the future, e.g. removal settings, note
container.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
www/manager6/window/Backup.js

index 2625a718301d3826323d0ab6130ed8ee05dc07f7..a1e346746af389f5d5f33e61cce2f52b41f0292d 100644 (file)
@@ -95,9 +95,11 @@ Ext.define('PVE.window.Backup', {
        me.formPanel = Ext.create('Proxmox.panel.InputPanel', {
            bodyPadding: 10,
            border: false,
-           items: [
+           column1: [
                storagesel,
                modeSelector,
+           ],
+           column2: [
                compressionSelector,
                mailtoField,
            ],