feat(host): expose correct timestamp for license expiry value

This commit is contained in:
Olivier Lambert 2016-05-31 17:24:49 +02:00
parent e7feb99f8d
commit dd62bef66d

View File

@ -111,6 +111,7 @@ const TRANSFORMS = {
iSCSI_name: otherConfig.iscsi_iqn || null,
license_params: obj.license_params,
license_server: obj.license_server,
license_expiry: toTimestamp(obj.license_params.expiry),
name_description: obj.name_description,
name_label: obj.name_label,
memory: (function () {