use double escape to get the right type

This commit is contained in:
Olivier Lambert 2017-10-23 11:57:59 +02:00
parent 6eed3f2fc7
commit e714303f96

View File

@ -693,8 +693,7 @@ const TRANSFORMS = {
device: obj.device,
gpuGroup: link(obj, 'GPU_group'),
resident_on: link(obj, 'resident_on'),
vgpuType: obj.type,
vgpuTypeOk: link(obj, 'type'), // doesn't work??
vgpuType: link(obj, '$type'),
vm: link(obj, 'VM')
}
},