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'),
|
text: gettext('Name'),
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
|
flex: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Allocation'),
|
text: gettext('Allocation'),
|
||||||
dataIndex: 'allocation',
|
dataIndex: 'allocation',
|
||||||
|
flex: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Retention'),
|
text: gettext('Retention'),
|
||||||
dataIndex: 'retention',
|
dataIndex: 'retention',
|
||||||
|
flex: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Encryption Fingerprint'),
|
text: gettext('Encryption Fingerprint'),
|
||||||
dataIndex: 'encrypt',
|
dataIndex: 'encrypt',
|
||||||
|
flex: 3,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user