From 16518635843679a2d966ae036c64e500abda173c Mon Sep 17 00:00:00 2001 From: Yifan Liu Date: Fri, 13 May 2022 09:30:55 +0800 Subject: [PATCH] misc: configurator: Fix minor bug of vUART label error The connection label should be consistent with vUART name Tracked-On: #7455 Signed-off-by: Yifan Liu --- .../src/pages/Config/ConfigForm/CustomWidget/VUART.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/VUART.vue b/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/VUART.vue index e15404b37..18b4e3cf1 100644 --- a/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/VUART.vue +++ b/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/VUART.vue @@ -48,14 +48,14 @@ VBDF - Connection_{{ index }}-{{ VUARTConn.endpoint[0].vm_name }} + Connection_{{ index + 1 }}-{{ VUARTConn.endpoint[0].vm_name }} - Connection_{{ index }}-{{ VUARTConn.endpoint[1].vm_name }} + Connection_{{ index + 1 }}-{{ VUARTConn.endpoint[1].vm_name }}