tfa view: html-escape description text

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-12-02 11:17:20 +01:00
parent fbeac4ea28
commit 30fb19be35
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ Ext.define('PBS.config.TfaView', {
width: 300, width: 300,
sortable: true, sortable: true,
dataIndex: 'description', dataIndex: 'description',
renderer: Ext.String.htmlEncode,
}, },
], ],