config_tools: add default value for virtio console
add default value for virtio console Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
541e9304f6
commit
b5b6503248
|
@ -137,8 +137,8 @@ export default {
|
|||
this.defaultVal = []
|
||||
}
|
||||
this.defaultVal.push({
|
||||
"use_type": "",
|
||||
"backend_type": "",
|
||||
"use_type": "Virtio console",
|
||||
"backend_type": "stdio",
|
||||
"output_file_path": "",
|
||||
"sock_file_path": "",
|
||||
"tty_device_path": "",
|
||||
|
|
Loading…
Reference in New Issue