ui: add some missing htmlEncodes

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
This commit is contained in:
Friedrich Weber 2023-07-25 13:52:45 +02:00 committed by Thomas Lamprecht
parent 81562cea8d
commit e61ffdd6ee
2 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,7 @@ Ext.define('Proxmox.form.NetworkSelector', {
header: gettext('Comment'),
flex: 2,
dataIndex: 'comments',
renderer: Ext.String.htmlEncode,
},
],
},

View File

@ -361,6 +361,7 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
header: gettext('Comment'),
dataIndex: 'Comment',
flex: 2,
renderer: Ext.String.htmlEncode,
},
],