[pbs-devel] [PATCH proxmox-backup 1/9] ui: MainView: do not use unnecessary panels

Dominik Csapak d.csapak at proxmox.com
Wed May 26 11:11:58 CEST 2021


using container here is fine, we do not need panel behaviour which
is more bloated. Removes two ARIA warnings.

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/MainView.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/MainView.js b/www/MainView.js
index e6257f35..54fec62e 100644
--- a/www/MainView.js
+++ b/www/MainView.js
@@ -261,7 +261,7 @@ Ext.define('PBS.MainView', {
 	    ],
 	},
 	{
-	    xtype: 'panel',
+	    xtype: 'container',
 	    scrollable: 'y',
 	    border: false,
 	    region: 'west',
@@ -286,7 +286,7 @@ Ext.define('PBS.MainView', {
 	    }],
 	},
 	{
-	    xtype: 'panel',
+	    xtype: 'container',
 	    layout: { type: 'card' },
 	    region: 'center',
 	    border: false,
-- 
2.20.1






More information about the pbs-devel mailing list