config-tools: change warning message
Change warning message for deleting pre-launched VM and post-launched VM. Tracked-On: #7524 Signed-off-by: Conghui <conghui.chen@intel.com>
This commit is contained in:
parent
b4306fa1ee
commit
777cfae536
|
@ -241,7 +241,7 @@ export default {
|
|||
msg = "Post-launched VMs require the Service VM. If you proceed, all post-launched VMs and their settings will also be deleted. Are you sure you want to proceed?"
|
||||
isserivevm = true
|
||||
} else {
|
||||
msg = `Delete this virtual machine VM${this.activeVMID}, launch script will also be deleted if it exists.`
|
||||
msg = `Delete this virtual machine? VM${this.activeVMID}\nThe associated launch script will also be deleted if it exists.`
|
||||
}
|
||||
confirm(msg).then((r) => {
|
||||
if (r) {
|
||||
|
|
Loading…
Reference in New Issue