diff --git a/web/explorer/src/components/BannerHeader.vue b/web/explorer/src/components/BannerHeader.vue index 9d4e10cfb..11e5d8d4f 100644 --- a/web/explorer/src/components/BannerHeader.vue +++ b/web/explorer/src/components/BannerHeader.vue @@ -5,7 +5,7 @@ >
This is an early release
diff --git a/web/explorer/src/components/MetadataPanel.vue b/web/explorer/src/components/MetadataPanel.vue index 504676c6d..4bc9851fa 100644 --- a/web/explorer/src/components/MetadataPanel.vue +++ b/web/explorer/src/components/MetadataPanel.vue @@ -11,7 +11,7 @@

SHA256: - {{ sha256 }} + {{ sha256 }}

@@ -23,20 +23,20 @@
{{ data.meta.analysis.os }} - + {{ data.meta.analysis.format }} - + {{ data.meta.analysis.arch === "i386" ? "i386" : data.meta.analysis.arch.toUpperCase() }}
- {{ flavor }} analysis with {{ data.meta.analysis.extractor.split(/(Feature)?Extractor/)[0] }} + {{ flavor }} analysis with {{ data.meta.analysis.extractor.split(/(Feature)?Extractor/)[0] }} + - + capa v{{ data.meta.version }} - + {{ new Date(data.meta.timestamp).toLocaleString() }}
diff --git a/web/explorer/src/components/ProcessCapabilities.vue b/web/explorer/src/components/ProcessCapabilities.vue index cd0fa798a..63f78f6ee 100644 --- a/web/explorer/src/components/ProcessCapabilities.vue +++ b/web/explorer/src/components/ProcessCapabilities.vue @@ -22,7 +22,7 @@ > {{ slotProps.node.data.processname }} - - PID: {{ slotProps.node.data.pid }} + - PID: {{ slotProps.node.data.pid }} ({{ slotProps.node.data.uniqueMatchCount }} unique {{ slotProps.node.data.uniqueMatchCount > 1 ? "matches" : "match" }}) @@ -53,9 +53,9 @@ >
• {{ rule.name }} - ({{ rule.matchCount }} {{ rule.scope }} {{ rule.matchCount > 1 ? "matches" : "match" }}) + + ({{ rule.matchCount }} {{ rule.scope }} {{ rule.matchCount > 1 ? "matches" : "match" }}) +
diff --git a/web/explorer/src/components/RuleMatchesTable.vue b/web/explorer/src/components/RuleMatchesTable.vue index 91718c0a5..fe891901f 100644 --- a/web/explorer/src/components/RuleMatchesTable.vue +++ b/web/explorer/src/components/RuleMatchesTable.vue @@ -67,7 +67,7 @@ /> diff --git a/web/explorer/src/components/SettingsPanel.vue b/web/explorer/src/components/SettingsPanel.vue index 9dddd2f0f..f559e5d21 100644 --- a/web/explorer/src/components/SettingsPanel.vue +++ b/web/explorer/src/components/SettingsPanel.vue @@ -28,7 +28,7 @@
- +
- +
diff --git a/web/explorer/src/components/columns/RuleColumn.vue b/web/explorer/src/components/columns/RuleColumn.vue index 1baab06bd..2a23a2749 100644 --- a/web/explorer/src/components/columns/RuleColumn.vue +++ b/web/explorer/src/components/columns/RuleColumn.vue @@ -17,8 +17,8 @@ -