mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-05 03:26:29 +00:00
misc: configurator: fix IVSHMEM size missing bug
Fix IVSHMEM size selection options missing bug due to data provider being deleted by mistake. Tracked-On: #7650 Signed-off-by: Yifan Liu <yifan1.liu@intel.com>
This commit is contained in:
parent
953bf698ac
commit
491a5517cb
@ -163,6 +163,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
providerType: this.rootSchema.definitions['ProviderType']['enum'],
|
||||
IVSHMEMSize: this.rootSchema.definitions['IVSHMEMSize']['enum'],
|
||||
IVSHMEMRegionType: this.rootSchema.definitions['IVSHMEMRegionType'],
|
||||
IVSHMEMVM: this.rootSchema.definitions['IVSHMEMVM'],
|
||||
VMConfigType: this.rootSchema.definitions['VMConfigType'],
|
||||
|
Loading…
Reference in New Issue
Block a user