mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-25 11:17:11 +00:00
utils: render upid: htmlEncode UPID
to avoid interpreting HTML. Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
This commit is contained in:
parent
68a3518d13
commit
d19dbe892b
@ -808,7 +808,7 @@ utilities: {
|
||||
let type = task.type || task.worker_type;
|
||||
let id = task.id || task.worker_id;
|
||||
|
||||
return Proxmox.Utils.format_task_description(type, id);
|
||||
return Ext.htmlEncode(Proxmox.Utils.format_task_description(type, id));
|
||||
},
|
||||
|
||||
render_uptime: function(value) {
|
||||
|
Loading…
Reference in New Issue
Block a user