mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-12 09:17:48 +00:00
ui: add some missing htmlEncode
s
Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
This commit is contained in:
parent
81562cea8d
commit
e61ffdd6ee
@ -123,6 +123,7 @@ Ext.define('Proxmox.form.NetworkSelector', {
|
||||
header: gettext('Comment'),
|
||||
flex: 2,
|
||||
dataIndex: 'comments',
|
||||
renderer: Ext.String.htmlEncode,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -361,6 +361,7 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
|
||||
header: gettext('Comment'),
|
||||
dataIndex: 'Comment',
|
||||
flex: 2,
|
||||
renderer: Ext.String.htmlEncode,
|
||||
},
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user