feat(sr.shared): new boolean property (#452)

This commit is contained in:
Olivier Lambert 2016-11-17 14:33:45 +01:00 committed by Julien Fontanet
parent 301da3662a
commit 8ac1a66e93

View File

@ -374,6 +374,7 @@ const TRANSFORMS = {
name_description: obj.name_description,
name_label: obj.name_label,
size: +obj.physical_size,
shared: Boolean(obj.shared),
SR_type: obj.type,
tags: obj.tags,
usage: +obj.virtual_allocation,