sureshanaparti commented on code in PR #6376:
URL: https://github.com/apache/cloudstack/pull/6376#discussion_r870245735
##########
ui/src/views/offering/AddComputeOffering.vue:
##########
@@ -340,7 +340,7 @@
</a-form-item>
<a-form-item name="computeonly" ref="computeonly">
<template #label>
- {{ $t('label.computeonly.offering') }}
+ <tooltip-label :title="$t('label.computeonly.offering')"
tooltip="Option to specify root disk related information in the compute
offering or to link a disk offering to the compute offering"/>
Review Comment:
```suggestion
<tooltip-label :title="$t('label.computeonly.offering')"
tooltip="Option to directly map root disk related information to the compute
offering"/>
```
cc @harikrishna-patnala please advise
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]