diff --git a/web/src/components/DLP/MetadataCard.vue b/web/src/components/DLP/MetadataCard.vue
index 3e6ee96a3..ddc6a8a90 100644
--- a/web/src/components/DLP/MetadataCard.vue
+++ b/web/src/components/DLP/MetadataCard.vue
@@ -35,10 +35,15 @@
cols="9"
class="text-grey-darken-3"
>
-
- {{ item.name || item.identifier || item.id }}
-
-
+
+
+ {{ item.name || item.identifier || item.id }}
+
+
+
+
+
+
+ {{ slotProps.item.name || slotProps.item.identifier || slotProps.item.id }}
+
+
+ {{ slotProps.item.name || slotProps.item.identifier || slotProps.item.id }}
+
+
+
+
Relation: {{ slotProps.item.relation }}
-
-
- mdi-link
-
-
{
});
+
+