From 462dffc0b7532782a775f5f7fd65ec745dc8b141 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 17 Jul 2023 21:42:02 -0400 Subject: [PATCH] fix: Correct pod log viewer to support short log lines. Fixes #14402 (#14543) Signed-off-by: Yuan Tang --- .../applications/components/pod-logs-viewer/pod-logs-viewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx index 72629d306e902..2eaf8103fcb63 100644 --- a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx +++ b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx @@ -194,7 +194,7 @@ export const PodsLogsViewer = (props: PodLogsProps) => {