You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/03/24 14:29:24 UTC

[GitHub] [cloudstack] Pearl1594 commented on a change in pull request #4862: ui: Display root disk size in Compute offering details

Pearl1594 commented on a change in pull request #4862:
URL: https://github.com/apache/cloudstack/pull/4862#discussion_r600530868



##########
File path: ui/src/components/view/DetailsTab.vue
##########
@@ -33,6 +33,11 @@
             <router-link :to="{ path: '/volume/' + volume.uuid }">{{ volume.type }} - {{ volume.path }}</router-link> ({{ parseFloat(volume.size / (1024.0 * 1024.0 * 1024.0)).toFixed(1) }} GB)
           </div>
         </div>
+        <div v-else-if="$route.meta.name === 'computeoffering' && item === 'rootdisksize'">
+          <div>
+            {{ parseFloat( resource.rootdisksize / (1024.0 * 1024.0 * 1024.0)).toFixed(1) }} GB

Review comment:
       Makes sense.. I can do that. Thanks @GutoVeronezi 




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org