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 }) => { ) : ( - + + + )}