feat(xapi-object-to-xo/host): patchesRequiringReboot (#556)

See vatesfr/xo-web#2124
This commit is contained in:
Julien Fontanet 2017-05-31 12:17:47 +02:00 committed by GitHub
commit feda929f0b

View File

@ -194,6 +194,7 @@ const TRANSFORMS = {
}
}),
agentStartTime: toTimestamp(otherConfig.agent_start_time),
rebootRequired: !isEmpty(obj.updates_requiring_reboot),
tags: obj.tags,
version: obj.software_version.product_version,