You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in Backend.AI-WebUI, you can use the folder explorer by clicking the mount folder name in the session detail panel.
To use the folder explorer, we need to pass in the vfolder id, and the session detail panel needs to show the vfolder name, so we query the compute_session_node.vfolder_mounts and compute_session.mounts fields, respectively, and navigate through them simultaneously via the Zip method.
However, the sort order of the two data does not match, so the vfolder name in the session detail panel and the vfolder name in the folder explorer displayed when clicking on the name do not match.
{width=1744 height=859}
Steps to Reproduce
[Outline the steps to consistently reproduce the issue.]
Create several vfolders of different types.
Create a session by mounting all of the vfolders you created into session.
Click the name in the session list to open the session detail panel and check for bugs.
Expected Behavior
[Describe the expected result if the bug were resolved.]
The order of the data in compute_session_node.vfolder_mounts and compute_session.mounts must match.
Actual Behavior
[Describe what actually happens when the bug occurs.]
Logs/Errors
[Attach relevant logs, stack traces, or screenshots to help diagnose the issue.]
The text was updated successfully, but these errors were encountered:
Summary
[Provide a brief description of the bug.]
Steps to Reproduce
[Outline the steps to consistently reproduce the issue.]
Expected Behavior
[Describe the expected result if the bug were resolved.]
Actual Behavior
[Describe what actually happens when the bug occurs.]
Logs/Errors
[Attach relevant logs, stack traces, or screenshots to help diagnose the issue.]
The text was updated successfully, but these errors were encountered: