Skip to content

Commit

Permalink
UX updates for pipeline logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaoDaoNoCode committed Oct 3, 2024
1 parent 33ea696 commit 421bdfd
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 218 deletions.
2 changes: 1 addition & 1 deletion frontend/src/concepts/dashboard/DashboardLogViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const DashboardLogViewer: React.FC<{
data: string;
logViewerRef: React.MutableRefObject<{ scrollToBottom: () => void } | undefined>;
toolbar: JSX.Element | boolean;
footer: JSX.Element | false;
footer?: JSX.Element | false;
onScroll: React.ComponentProps<typeof LogViewer>['onScroll'];
height?: number | string;
isTextWrapped?: boolean;
Expand Down
Loading

0 comments on commit 421bdfd

Please sign in to comment.