Skip to content

Commit

Permalink
Added log bar for stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
obgibson committed Jun 24, 2024
1 parent 8b0b780 commit f6a9324
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/Task/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,13 @@ const Task: React.FC<TaskViewProps> = ({
label: t('task.std-err'),
component: (
<>
<LogActionBar
data={stderr.logs}
downloadlink={apiHttp(`${logUrl}/err/download?attempt_id=${task.attempt_id}`)}
setFullscreen={setStdErrFullscreen}
search={stderr.localSearch}
spaceAround={false}
/>
<SectionLoader
minHeight={110}
status={getLogSectionStatus(stderr)}
Expand Down

0 comments on commit f6a9324

Please sign in to comment.