feat(sr.shared): new boolean property (#452)
This commit is contained in:
parent
301da3662a
commit
8ac1a66e93
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user