Am 22.01.25 um 11:08 schrieb Markus Frank:
> +     },
> +     {
> +         header: gettext('Comment'),
> +         dataIndex: 'description',
> +         renderer: function(value, _meta, record) {
> +             return value ?? record.data.comment;

Needs to be HTML encoded, see how it is done for USB/PCI

> +         },
> +         flex: 1,
> +     },
> +    ],
> +});



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to