From 57994b6d3440ff5e779c5a31639f692ebaf88d54 Mon Sep 17 00:00:00 2001 From: Ziheng Li Date: Tue, 24 May 2022 12:18:45 +0800 Subject: [PATCH] [config_tool] IVSHMEM changes to Configurator 05.06 build Refined region name issue in IVSHMEM_REGION.vue. Tracked-On: #7553 Signed-off-by: Ziheng Li --- .../Config/ConfigForm/CustomWidget/IVSHMEM_REGION.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/IVSHMEM_REGION.vue b/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/IVSHMEM_REGION.vue index f714b5e87..74874e72d 100644 --- a/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/IVSHMEM_REGION.vue +++ b/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/IVSHMEM_REGION.vue @@ -6,13 +6,10 @@ - + Region name: - - - must have value - + @@ -181,7 +178,7 @@ export default { this.defaultVal = [] } this.defaultVal.splice(index + 1, 0, { - "NAME": "shm_region_" + this.defaultVal.length, + "NAME": "", "PROVIDED_BY": "Hypervisor", "IVSHMEM_SIZE": "2", "IVSHMEM_VMS": {