tfa view: html-escape description text
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
fbeac4ea28
commit
30fb19be35
|
@ -207,6 +207,7 @@ Ext.define('PBS.config.TfaView', {
|
|||
width: 300,
|
||||
sortable: true,
|
||||
dataIndex: 'description',
|
||||
renderer: Ext.String.htmlEncode,
|
||||
},
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue