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,
|
width: 300,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
dataIndex: 'description',
|
dataIndex: 'description',
|
||||||
|
renderer: Ext.String.htmlEncode,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue