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 735d109be..f00ccbec1 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 @@ -219,7 +219,7 @@ export default { } this.defaultVal.splice(index + 1, 0, { "name": "Connection_" + this.defaultVal.length, - "type": "legacy", + "type": "pci", "endpoint": [ { "vm_name": "", diff --git a/misc/config_tools/schema/VMtypes.xsd b/misc/config_tools/schema/VMtypes.xsd index e7feb48c0..2785380ab 100644 --- a/misc/config_tools/schema/VMtypes.xsd +++ b/misc/config_tools/schema/VMtypes.xsd @@ -235,7 +235,7 @@ The size is a subset of the VM's total memory size specified on the Basic tab.Specify the vUART name. - + Select the communication virtual UART (vUART) type.