Skip to content

Commit

Permalink
Pipeline logs are not appearing on run details page
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanshug committed Jan 29, 2025
1 parent 2e6e823 commit 56b78a7
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,14 @@ const LogsTab: React.FC<LogsTabProps> = ({ task, isCached }) => {
</StackItem>
<StackItem isFilled id="dashboard-logviewer" style={{ position: 'relative' }}>
<div
style={{ position: 'absolute', left: 0, right: 0, top: 0, bottom: 0 }}
style={{
position: 'absolute',
left: 0,
right: 0,
top: 0,
bottom: 0,
height: '100vh',
}}
ref={logsTabRef}
>
<DashboardLogViewer
Expand Down

0 comments on commit 56b78a7

Please sign in to comment.