You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ha...@apache.org on 2021/02/03 05:37:01 UTC

[cloudstack] 06/06: Added tool tip during VM deployment

This is an automated email from the ASF dual-hosted git repository.

harikrishna pushed a commit to branch VMDynamicScalabilityGranularity
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 74ded959a8f66f0e645eef006bcd73b205aea26d
Author: Harikrishna Patnala <ha...@gmail.com>
AuthorDate: Wed Feb 3 10:56:57 2021 +0530

    Added tool tip during VM deployment
---
 ui/public/locales/en.json         | 1 +
 ui/src/views/compute/DeployVM.vue | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index a44e5ee..422f1d0 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -805,6 +805,7 @@
 "label.driver": "Driver",
 "label.duration.in.sec": "Duration (in sec)",
 "label.dynamicscalingenabled": "Dynamic Scaling Enabled",
+"label.dynamicscalingenabled.tooltip": "VM can dynamically scale only when dynamic scalability is enabled on template, service offering and global setting",
 "label.edit": "Edit",
 "label.edit.acl.list": "Edit ACL List",
 "label.edit.acl.rule": "Edit ACL rule",
diff --git a/ui/src/views/compute/DeployVM.vue b/ui/src/views/compute/DeployVM.vue
index 506665b..19695f9 100644
--- a/ui/src/views/compute/DeployVM.vue
+++ b/ui/src/views/compute/DeployVM.vue
@@ -504,7 +504,7 @@
                     <a-form-item>
                       <span slot="label">
                         {{ $t('label.dynamicscalingenabled') }}
-                        <a-tooltip :title="$t('label.dynamicscalingenabled')">
+                        <a-tooltip :title="$t('label.dynamicscalingenabled.tooltip')">
                           <a-icon type="info-circle" style="color: rgba(0,0,0,.45)" />
                         </a-tooltip>
                       </span>