We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861028e commit a963cc3Copy full SHA for a963cc3
ui/src/components/view/DetailsTab.vue
@@ -65,7 +65,7 @@
65
<div v-else-if="$route.meta.name === 'backup' && item === 'volumes'">
66
<div v-for="(volume, idx) in JSON.parse(dataResource[item])" :key="idx">
67
<router-link v-if="!dataResource['vmbackupofferingremoved']" :to="{ path: '/volume/' + volume.uuid }">{{ volume.type }} - {{ volume.uuid }}</router-link>
68
- <span v-else>{{ volume.type }} - {{ volume.path }}</span> ({{ parseFloat(volume.size / (1024.0 * 1024.0 * 1024.0)).toFixed(1) }} GB)
+ <span v-else>{{ volume.type }} - {{ volume.uuid }}</span> ({{ parseFloat(volume.size / (1024.0 * 1024.0 * 1024.0)).toFixed(1) }} GB)
69
</div>
70
71
<div v-else-if="$route.meta.name === 'computeoffering' && item === 'rootdisksize'">
0 commit comments