This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new 9fcb947 compute: Adding message to unmanage vm (#656)
9fcb947 is described below
commit 9fcb947b6dbe95bd8c3d64a8a0d7dd67613036e0
Author: davidjumani <[email protected]>
AuthorDate: Wed Sep 2 14:05:25 2020 +0530
compute: Adding message to unmanage vm (#656)
Fixes #644
---
src/config/section/compute.js | 1 +
src/locales/en.json | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/config/section/compute.js b/src/config/section/compute.js
index db43aff..97b6ec0 100644
--- a/src/config/section/compute.js
+++ b/src/config/section/compute.js
@@ -367,6 +367,7 @@ export default {
api: 'unmanageVirtualMachine',
icon: 'disconnect',
label: 'label.action.unmanage.virtualmachine',
+ message: 'message.action.unmanage.virtualmachine',
dataView: true,
show: (record) => { return ['Running',
'Stopped'].includes(record.state) && record.hypervisor === 'VMware' }
},
diff --git a/src/locales/en.json b/src/locales/en.json
index b70a47f..d2e2c2c 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -2417,6 +2417,7 @@
"message.action.stop.router": "All services provided by this virtual router
will be interrupted. Please confirm that you want to stop this router.",
"message.action.stop.systemvm": "Please confirm that you want to stop this
system VM.",
"message.action.unmanage.cluster": "Please confirm that you want to unmanage
the cluster.",
+"message.action.unmanage.virtualmachine": "Please confirm that you want to
unmanage the virtual machine.",
"message.action.vmsnapshot.create": "Please confirm that you want to take a
snapshot of this instance. <br>Please notice that the instance will be paused
during the snapshoting, and resumed after snapshotting, if it runs on KVM.",
"message.action.vmsnapshot.delete": "Please confirm that you want to delete
this VM snapshot. <br>Please notice that the instance will be paused before the
snapshot deletion, and resumed after deletion, if it runs on KVM.",
"message.action.vmsnapshot.revert": "Revert VM snapshot",