ui: tape/PoolConfig: add flex to columns

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-02-04 13:56:31 +01:00 committed by Dietmar Maurer
parent 5f1f7ef564
commit 11ecf058e4

View File

@ -97,18 +97,22 @@ Ext.define('PBS.TapeManagement.PoolPanel', {
{
text: gettext('Name'),
dataIndex: 'name',
flex: 1,
},
{
text: gettext('Allocation'),
dataIndex: 'allocation',
flex: 1,
},
{
text: gettext('Retention'),
dataIndex: 'retention',
flex: 1,
},
{
text: gettext('Encryption Fingerprint'),
dataIndex: 'encrypt',
flex: 3,
},
],
});