diff --git a/frontend/src/components/results/modal/DependenciesView.vue b/frontend/src/components/results/modal/DependenciesView.vue index 6dcb1c0b5..96ba75086 100644 --- a/frontend/src/components/results/modal/DependenciesView.vue +++ b/frontend/src/components/results/modal/DependenciesView.vue @@ -6,7 +6,7 @@
- +
{{ getName(asset) + " — " + getAssetType(asset) }} @@ -36,7 +36,67 @@
- + +
+
+ {{ getName(asset) + " — " + getAssetType(asset) }} +
+
+ BOM Reference: {{ getBomRef(asset) }} +
+
+ Source: {{ path }} +
+
+ + See details + +
+
+
+ +
+

+ Is used by +

+
+
+ +
+
+ {{ getName(asset) + " — " + getAssetType(asset) }} +
+
+ BOM Reference: {{ getBomRef(asset) }} +
+
+ Source: {{ path }} +
+
+ + See details + +
+
+
+ +
+

+ Is provided by +

+
+
+
{{ getName(asset) + " — " + getAssetType(asset) }} @@ -64,7 +124,7 @@