ui: MainView: do not use unnecessary panels

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@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-05-26 11:11:58 +02:00 committed by Thomas Lamprecht
parent 51aee8cac8
commit ecf5f468c3
1 changed files with 2 additions and 2 deletions

View File

@ -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,