Skip to content

Commit a963cc3

Browse files
author
toni.zamparetti
committed
corrections
1 parent 861028e commit a963cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/view/DetailsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div v-else-if="$route.meta.name === 'backup' && item === 'volumes'">
6666
<div v-for="(volume, idx) in JSON.parse(dataResource[item])" :key="idx">
6767
<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)
68+
<span v-else>{{ volume.type }} - {{ volume.uuid }}</span> ({{ parseFloat(volume.size / (1024.0 * 1024.0 * 1024.0)).toFixed(1) }} GB)
6969
</div>
7070
</div>
7171
<div v-else-if="$route.meta.name === 'computeoffering' && item === 'rootdisksize'">

0 commit comments

Comments
 (0)