[pve-devel] [PATCH v5 manager 5/6] ui: backup window: switch to two-column layout

Fabian Ebner f.ebner at proxmox.com
Thu May 6 14:16:31 CEST 2021


in preparation to add more items in the future, e.g. removal settings, note
container.

Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
 www/manager6/window/Backup.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/manager6/window/Backup.js b/www/manager6/window/Backup.js
index 2625a718..a1e34674 100644
--- a/www/manager6/window/Backup.js
+++ b/www/manager6/window/Backup.js
@@ -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,
 	    ],
-- 
2.20.1






More information about the pve-devel mailing list