fix(xo-server-audit): fix incorrect records content type (#5179)

This commit is contained in:
badrAZ
2020-07-29 10:38:59 +02:00
committed by GitHub
parent 2a74a49995
commit 035d2cb440
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -25,6 +25,7 @@
- [OVA Import] fix import of Red Hat generated .ova files (PR [#5159](https://github.com/vatesfr/xen-orchestra/pull/5159))
- [Proxy/deploy] Ability to set HTTP proxy configuration (PR [#5145](https://github.com/vatesfr/xen-orchestra/pull/5145))
- [Fast clone] Fix bug where the name of the created VM would be "undefined_clone" (PR [#5173](https://github.com/vatesfr/xen-orchestra/pull/5173))
- [Audit] Fix unreadable exported records format (PR [#5179](https://github.com/vatesfr/xen-orchestra/pull/5179))
### Packages to release
@@ -43,6 +44,7 @@
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xo-server-audit patch
- @xen-orchestra/openflow patch
- xo-server-sdn-controller major
- xo-vmdk-to-vhd minor
+1 -1
View File
@@ -272,7 +272,7 @@ class AuditXoPlugin {
(req, res) => {
res.set({
'content-disposition': 'attachment',
'content-type': 'application/json',
'content-type': 'application/x-gzip',
})
return fromCallback(
pipeline,