fix(xo-server/xapi-object-to-xo): fix incorrect PBD entry name (#4466)

Fixes #4465

Introduced by 77c62d6e7d
This commit is contained in:
badrAZ
2019-09-02 10:33:40 +02:00
committed by Julien Fontanet
parent c69b50c5d2
commit 5f94a52537

View File

@@ -486,7 +486,7 @@ const TRANSFORMS = {
attached: Boolean(obj.currently_attached),
host: link(obj, 'host'),
SR: link(obj, 'SR'),
deviceConfig: sensitiveValues.replace(
device_config: sensitiveValues.replace(
obj.device_config,
'* obfuscated *'
),