shwstppr commented on a change in pull request #5133:
URL: https://github.com/apache/cloudstack/pull/5133#discussion_r669307739



##########
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:
       Made it `<tooltip-label slot="label" :title="$t('label.volumechecksum')" 
:tooltip="apiParams.checksum.description"/>`  with title, tooltip values as 
they were before refactor




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


Reply via email to