From 78d7207e1fbade0e6ce5db0c7688dddc23d1d20b Mon Sep 17 00:00:00 2001 From: Juntao Wang Date: Wed, 9 Oct 2024 12:29:07 -0400 Subject: [PATCH] Update icon size --- .../pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx b/frontend/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx index 2ad9c8099e..30ee08b56b 100644 --- a/frontend/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx +++ b/frontend/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx @@ -17,6 +17,7 @@ import { ToolbarItem, Tooltip, Truncate, + Icon, } from '@patternfly/react-core'; import { DownloadIcon } from '@patternfly/react-icons/dist/esm/icons/download-icon'; import { LogViewer, LogViewerSearch } from '@patternfly/react-log-viewer'; @@ -335,7 +336,9 @@ const LogsTab: React.FC = ({ task, isCached }) => { > {isPaused ? ( - + + + ) : !logsLoaded || podStatus?.podInitializing ? ( @@ -343,7 +346,9 @@ const LogsTab: React.FC = ({ task, isCached }) => { ) : ( - + + + )}