Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce NEO session container log modal. ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/XqC2uNFuj0wg8I60sMUh/e7cdc16a-04ea-443c-9e38-52987050158b.png) This PR adds a new container log viewer feature that allows users to: - View real-time container logs for compute sessions - Switch between different kernel roles in multi-container sessions - Download log contents - Search through logs with case-insensitive text search - Auto-scroll to follow new log entries - Copy session IDs directly from the log viewer The log viewer uses the `@melloware/react-logviewer` component which provides an efficient virtualized view for handling large log files.
- Loading branch information