ui: tape/PoolConfig: add flex to columns
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
5f1f7ef564
commit
11ecf058e4
@ -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,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user