From 9b475a78f9cd816080f0e633daa2940037ee63e2 Mon Sep 17 00:00:00 2001 From: lirazyehezkel <61656597+lirazyehezkel@users.noreply.github.com> Date: Wed, 20 Apr 2022 15:12:36 +0300 Subject: [PATCH] Started listening entry time (#1030) --- ui-common/src/components/TrafficViewer/EntriesList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-common/src/components/TrafficViewer/EntriesList.tsx b/ui-common/src/components/TrafficViewer/EntriesList.tsx index 693c6597a..f14c8bd90 100644 --- a/ui-common/src/components/TrafficViewer/EntriesList.tsx +++ b/ui-common/src/components/TrafficViewer/EntriesList.tsx @@ -212,7 +212,7 @@ export const EntriesList: React.FC = ({
Displaying {entries?.length > MAX_ENTRIES ? MAX_ENTRIES : entries?.length} results out of {queriedTotal} total
- {startTime !== 0 &&
Started listening at First traffic entry time