patchesRequiringReboot -> rebootRequired

This commit is contained in:
Pierre Donias 2017-05-29 14:45:36 +02:00
parent d63ac7df1c
commit 6718193dee

View File

@ -194,8 +194,8 @@ const TRANSFORMS = {
} }
}), }),
agentStartTime: toTimestamp(otherConfig.agent_start_time), agentStartTime: toTimestamp(otherConfig.agent_start_time),
rebootRequired: !isEmpty(obj.updates_requiring_reboot),
tags: obj.tags, tags: obj.tags,
patchesRequiringReboot: link(obj, 'updates_requiring_reboot'),
version: obj.software_version.product_version, version: obj.software_version.product_version,
// TODO: dedupe. // TODO: dedupe.