mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-21 14:12:51 +00:00
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:
parent
d8b5cd80c8
commit
82071150f7
@ -468,6 +468,12 @@ Ext.define('Proxmox.node.APTRepositories', {
|
||||
},
|
||||
},
|
||||
|
||||
scrollable: true,
|
||||
layout: {
|
||||
type: 'vbox',
|
||||
align: 'stretch',
|
||||
},
|
||||
|
||||
items: [
|
||||
{
|
||||
xtype: 'header',
|
||||
|
Loading…
Reference in New Issue
Block a user