Skip to content

Commit cd8eb26

Browse files
Tonitzpptoni.zamparetti
authored andcommitted
Show volume UUIDs in the backup details page (apache#12156)
Co-authored-by: toni.zamparetti <toni.zamparetti@scclouds.com.br>
1 parent 189dbe5 commit cd8eb26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/components/view/DetailsTab.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
</div>
7373
<div v-else-if="$route.meta.name === 'backup' && item === 'volumes'">
7474
<div v-for="(volume, idx) in JSON.parse(dataResource[item])" :key="idx">
75-
<router-link v-if="!dataResource['vmbackupofferingremoved']" :to="{ path: '/volume/' + volume.uuid }">{{ volume.type }} - {{ volume.path }}</router-link>
76-
<span v-else>{{ volume.type }} - {{ volume.path }}</span> ({{ parseFloat(volume.size / (1024.0 * 1024.0 * 1024.0)).toFixed(1) }} GB)
75+
<router-link v-if="!dataResource['vmbackupofferingremoved']" :to="{ path: '/volume/' + volume.uuid }">{{ volume.type }} - {{ volume.uuid }}</router-link>
76+
<span v-else>{{ volume.type }} - {{ volume.uuid }}</span> ({{ parseFloat(volume.size / (1024.0 * 1024.0 * 1024.0)).toFixed(1) }} GB)
7777
</div>
7878
</div>
7979
<div v-else-if="$route.meta.name === 'vm' && item === 'qemuagentversion'">

0 commit comments

Comments
 (0)