Pearl1594 commented on a change in pull request #5133:
URL: https://github.com/apache/cloudstack/pull/5133#discussion_r669269682
##########
File path: ui/src/views/storage/UploadLocalVolume.vue
##########
@@ -103,12 +88,7 @@
</a-select>
</a-form-item>
<a-form-item>
- <span slot="label">
- {{ $t('label.volumechecksum') }}
- <a-tooltip :title="apiParams.checksum.description">
- <a-icon type="info-circle" style="color: rgba(0,0,0,.45)" />
- </a-tooltip>
- </span>
+ <tooltip-label slot="label" :title="$t('label.volumechecksum')"
:tooltip="apiParams.volumechecksum.description"/>
Review comment:
```suggestion
<tooltip-label slot="label" :title="$t('label.volumechecksum')"
:tooltip="apiParams.checksum.description"/>
```
As the form fails to load with the following error

--
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]