fix(xo-server/xapi-object-to-xo): fix incorrect PBD entry name (#4466)
Fixes #4465
Introduced by 77c62d6e7d
This commit is contained in:
@@ -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 *'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user