APTRepositories: make panel scrollable

so that it is still usable with many errors and/or repositories

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-06-30 17:14:56 +02:00 committed by Thomas Lamprecht
parent d8b5cd80c8
commit 82071150f7

View File

@ -468,6 +468,12 @@ Ext.define('Proxmox.node.APTRepositories', {
},
},
scrollable: true,
layout: {
type: 'vbox',
align: 'stretch',
},
items: [
{
xtype: 'header',