>;
}
+export interface SbomViewSettings {
+ severities: Severity[];
+ currentHeaders: string[];
+}
+
/**
* @param evaluation The evaluation to test
* @returns true if the given evaluation contains SBOM data in the passthrough section
diff --git a/apps/frontend/src/views/Sbom.vue b/apps/frontend/src/views/Sbom.vue
index 58ad0eca1f..d420b52e52 100644
--- a/apps/frontend/src/views/Sbom.vue
+++ b/apps/frontend/src/views/Sbom.vue
@@ -17,6 +17,10 @@
@click:clear="searchTerm = ''"
/>
+
+ Clear
+ mdi-filter-remove
+
@@ -66,6 +70,8 @@
@@ -76,18 +82,25 @@
-
+
Component Table
Dependency Tree
+
+
+
+
+
@@ -95,10 +108,10 @@
@@ -111,14 +124,19 @@
-
+
+ All results are filtered out. Use the
+ mdi-filter-remove button in the top right to clear
+ filters and show all.
+
+
No files are currently loaded. Press the LOAD
mdi-cloud-upload button above to load
some.
@@ -135,6 +153,7 @@