feat(host): expose correct timestamp for license expiry value
This commit is contained in:
parent
e7feb99f8d
commit
dd62bef66d
@ -111,6 +111,7 @@ const TRANSFORMS = {
|
|||||||
iSCSI_name: otherConfig.iscsi_iqn || null,
|
iSCSI_name: otherConfig.iscsi_iqn || null,
|
||||||
license_params: obj.license_params,
|
license_params: obj.license_params,
|
||||||
license_server: obj.license_server,
|
license_server: obj.license_server,
|
||||||
|
license_expiry: toTimestamp(obj.license_params.expiry),
|
||||||
name_description: obj.name_description,
|
name_description: obj.name_description,
|
||||||
name_label: obj.name_label,
|
name_label: obj.name_label,
|
||||||
memory: (function () {
|
memory: (function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user