]> git.proxmox.com Git - pmg-gui.git/commit - js/Subscription.js
fix html entities in system report file
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 8 Aug 2019 12:28:41 +0000 (14:28 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 9 Aug 2019 07:22:17 +0000 (09:22 +0200)
commit5101a9f82e7c9283628bfbe00ee10102051da4b8
treec044e36ff58a69179d6cbe7016ddc470b732d6e2
parent9e9c9d2671918d61d46ffed7466fea6b8fc937d3
fix html entities in system report file

since the content of the window is encoded with 'Ext.htmlEncode'
we have to decode it with 'Ext.String.htmlDecode' (Ext.htmlDecode is
a deprecated alias for it) before downloading the file

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/Subscription.js