Skip to content

Commit 74ded95

Browse files
Added tool tip during VM deployment
1 parent 60ddbad commit 74ded95

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui/public/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@
805805
"label.driver": "Driver",
806806
"label.duration.in.sec": "Duration (in sec)",
807807
"label.dynamicscalingenabled": "Dynamic Scaling Enabled",
808+
"label.dynamicscalingenabled.tooltip": "VM can dynamically scale only when dynamic scalability is enabled on template, service offering and global setting",
808809
"label.edit": "Edit",
809810
"label.edit.acl.list": "Edit ACL List",
810811
"label.edit.acl.rule": "Edit ACL rule",

ui/src/views/compute/DeployVM.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
<a-form-item>
505505
<span slot="label">
506506
{{ $t('label.dynamicscalingenabled') }}
507-
<a-tooltip :title="$t('label.dynamicscalingenabled')">
507+
<a-tooltip :title="$t('label.dynamicscalingenabled.tooltip')">
508508
<a-icon type="info-circle" style="color: rgba(0,0,0,.45)" />
509509
</a-tooltip>
510510
</span>

0 commit comments

Comments
 (0)