]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
APTRepositories: make panel scrollable
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 30 Jun 2021 15:14:56 +0000 (17:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 19:27:04 +0000 (21:27 +0200)
so that it is still usable with many errors and/or repositories

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/node/APTRepositories.js

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