[pbs-devel] [PATCH backup 3/3] gui: tfa: make description fill the remaining space
Wolfgang Bumiller
w.bumiller at proxmox.com
Mon Jan 18 13:50:02 CET 2021
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
www/config/TfaView.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/config/TfaView.js b/www/config/TfaView.js
index 092153d8..a25c595e 100644
--- a/www/config/TfaView.js
+++ b/www/config/TfaView.js
@@ -219,6 +219,7 @@ Ext.define('PBS.config.TfaView', {
sortable: true,
dataIndex: 'description',
renderer: Ext.String.htmlEncode,
+ flex: 1,
},
],
--
2.20.1
More information about the pbs-devel
mailing list