Skip to content

Commit

Permalink
use feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gt2345 committed Oct 1, 2024
1 parent 8b3ec6c commit 30cec4b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 335 deletions.
12 changes: 6 additions & 6 deletions webui/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webui/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fp-ts": "^2.16.5",
"fuse.js": "^7.0.0",
"hermes-parallel-coordinates": "^0.6.17",
"hew": "npm:@hpe.com/hew@^0.6.48",
"hew": "github:determined-ai/hew#gt/logviewer-search",
"humanize-duration": "^3.28.0",
"immutable": "^4.3.0",
"io-ts": "^2.2.21",
Expand Down
9 changes: 0 additions & 9 deletions webui/react/src/pages/TrialDetails/LogViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,15 +314,6 @@ function LogViewer<T>({

// Slight delay on scrolling to the end for the log viewer to render and resolve everything.
setTimeout(() => {
// if(selectedLog) {
// virtuosoRef.current?.scrollToIndex({
// index: 0,
// })
// } else {
// virtuosoRef.current?.scrollToIndex({
// index: fetchDirection === FetchDirection.Older ? 'LAST' : 0,
// });
// }
local.current.isScrollReady = true;
}, 200);
},
Expand Down
72 changes: 0 additions & 72 deletions webui/react/src/pages/TrialDetails/LogViewerSelect.settings.ts

This file was deleted.

241 changes: 0 additions & 241 deletions webui/react/src/pages/TrialDetails/LogViewerSelect.tsx

This file was deleted.

Loading

0 comments on commit 30cec4b

Please sign in to comment.