mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
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?"
|
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
|
isserivevm = true
|
||||||
} else {
|
} 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) => {
|
confirm(msg).then((r) => {
|
||||||
if (r) {
|
if (r) {
|
||||||
|
Loading…
Reference in New Issue
Block a user