import ProgressCell from "@sbombastic-image-vulnerability-scanner/formatters/ProgressCell";
+import TextWithPopedDetail from "@sbombastic-image-vulnerability-scanner/components/common/TextWithPopedDetail";
export default {
components: {
- ProgressCell
+ ProgressCell,
+ TextWithPopedDetail
},
name: "PreviousScanCell",
props: {
@@ -34,10 +36,15 @@ export default {
{{ getStatusText(row) }}
-
{{ t("imageScanner.general.at") }}
+
{{ t("imageScanner.general.at") }}
- |{{ t("imageScanner.general.error") }}
+ |
+
+
diff --git a/pkg/sbombastic-image-vulnerability-scanner/formatters/Progress.vue b/pkg/sbombastic-image-vulnerability-scanner/formatters/Progress.vue
new file mode 100644
index 0000000..15726b7
--- /dev/null
+++ b/pkg/sbombastic-image-vulnerability-scanner/formatters/Progress.vue
@@ -0,0 +1,34 @@
+
+
+
+ {{ progress }}%
+ n/a
+
+
+
\ No newline at end of file
diff --git a/pkg/sbombastic-image-vulnerability-scanner/formatters/ProgressCell.vue b/pkg/sbombastic-image-vulnerability-scanner/formatters/ProgressCell.vue
index 7935c1d..e65de15 100644
--- a/pkg/sbombastic-image-vulnerability-scanner/formatters/ProgressCell.vue
+++ b/pkg/sbombastic-image-vulnerability-scanner/formatters/ProgressCell.vue
@@ -1,22 +1,33 @@
- {{ row.progress }}%
+
+
|
- {{ t("imageScanner.general.error") }}
+
n/a
-
\ No newline at end of file
diff --git a/pkg/sbombastic-image-vulnerability-scanner/formatters/ScanErrorCell.vue b/pkg/sbombastic-image-vulnerability-scanner/formatters/ScanErrorCell.vue
index fb3f4d7..72ef579 100644
--- a/pkg/sbombastic-image-vulnerability-scanner/formatters/ScanErrorCell.vue
+++ b/pkg/sbombastic-image-vulnerability-scanner/formatters/ScanErrorCell.vue
@@ -33,7 +33,7 @@ export default {