[pbs-devel] [PATCH proxmox-backup 3/4] ui: tape/PoolConfig: add flex to columns

Dominik Csapak d.csapak at proxmox.com
Thu Feb 4 13:56:31 CET 2021


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 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,
 	},
     ],
 });
-- 
2.20.1






More information about the pbs-devel mailing list