We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the basic Session detail panel to open in a drawer using the compute_session_node GraphQL query and GraphQL Fragment in a component.
The text was updated successfully, but these errors were encountered:
feat: Session detail panel basic layout (#2775)
f584b49
Resolve #2784 This PR introduces the Session detail panel. This is the basic version that displays basic information along with 2 action buttons (Open terminal, Terminate Session). You can check the remaining features in #2783. ![image](https://github.com/user-attachments/assets/00e6469c-69cd-478d-98ad-85c925a72d43) ### How to test - You can view the Session detail panel by clicking on the session ID in the model service detail page's Routes Info card. - You can open the Session detail panel using deep link (e.g. http://127.0.0.1:9081/job?sessionDetail=d70365e2-8fba-4c9b-bc51-4a9f906866d9)
yomybaby
Successfully merging a pull request may close this issue.
Implement the basic Session detail panel to open in a drawer using the compute_session_node GraphQL query and GraphQL Fragment in a component.
The text was updated successfully, but these errors were encountered: