]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/dc/SecurityGroups.js
add htmlEncode to various fields
[pve-manager.git] / www / manager6 / dc / SecurityGroups.js
index 0e312958b1238a2452c86f7915b2fc8451668130..d8562e7495a2bc04b8ca0e184439beb7ae74e73a 100644 (file)
@@ -167,7 +167,7 @@ Ext.define('PVE.SecurityGroupList', {
            selModel: sm,
            columns: [
                { header: gettext('Group'), dataIndex: 'group', width: 100 },
-               { header: gettext('Comment'), dataIndex: 'comment', flex: 1 }
+               { header: gettext('Comment'), dataIndex: 'comment', renderer: Ext.String.htmlEncode, flex: 1 }
            ],
            listeners: {
                itemdblclick: run_editor,