From 11ecf058e4435d15c991ec332ca297b0e58be679 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 4 Feb 2021 13:56:31 +0100 Subject: [PATCH] ui: tape/PoolConfig: add flex to columns Signed-off-by: Dominik Csapak --- www/tape/PoolConfig.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/tape/PoolConfig.js b/www/tape/PoolConfig.js index 56ace147..6c4e8732 100644 --- a/www/tape/PoolConfig.js +++ b/www/tape/PoolConfig.js @@ -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, }, ], });