From 320eb8f660e24ab56571bd324c86983991811df8 Mon Sep 17 00:00:00 2001 From: janosch Date: Fri, 15 Sep 2023 10:07:08 +0000 Subject: [PATCH 1/4] * Porting multi analyzer results to the new UI * Updated analyzer result object formatting * Fixed a small bug where the progress was not tirggered * Removed some solved comments. --- .../components/LeftPanel/AnalyzerResult.vue | 2 - .../LeftPanel/AnalyzerResultTimeline.vue | 89 +++++++++++++++--- .../components/LeftPanel/AnalyzerResults.vue | 93 +++++++++++++++---- 3 files changed, 154 insertions(+), 30 deletions(-) diff --git a/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResult.vue b/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResult.vue index baa53249f3..28d372a1f4 100644 --- a/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResult.vue +++ b/timesketch/frontend-ng/src/components/LeftPanel/AnalyzerResult.vue @@ -16,8 +16,6 @@ limitations under the License.