-
Notifications
You must be signed in to change notification settings - Fork 78
docs(FR-2539): update copy button location in my_environments documentation #6577
New issue
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
Merged
graphite-app
merged 1 commit into
main
from
04-10-docs_update_copy_button_location_in_my_environments_documentation
Apr 17, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
67 changes: 49 additions & 18 deletions
67
packages/backend.ai-webui-docs/src/en/my_environments/my_environments.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,62 @@ | ||
| <a id="my-environments"></a> | ||
|
|
||
| # My Environments | ||
|
|
||
| From 24.03, a new \"My Environments\" page for users has been introduced. | ||
| This page displays contents such as a list of images created by the user's | ||
| Starting from version 24.03, the My Environments page allows you to manage | ||
| customized images created through | ||
| [session commits](#save-session-commit). | ||
|
|
||
| On the Images tab of the My Environments page, users can manage customized | ||
| images used in creating compute sessions. This tab displays metadata information | ||
| of images converted from computational sessions to images. User can view details | ||
| such as the registry, architecture, namespace, language, version, base, | ||
| constraint, digest, and other information for each image. | ||
| On the Images tab, you can view and manage images that were converted from | ||
| compute sessions. The table displays the following metadata for each image: | ||
|
|
||
| - **Full image path**: The complete image path, with a copy icon to quickly | ||
| copy it to your clipboard | ||
| - **Registry**: The container registry where the image is stored | ||
| - **Architecture**: The CPU architecture of the image | ||
| - **Namespace**: The namespace the image belongs to | ||
| - **Base Image Name**: The name of the base image | ||
| - **Version**: The version identifier of the image | ||
| - **Tags**: Labels associated with the image | ||
| - **Digest**: The unique content hash of the image | ||
| - **Control**: Contains the delete button for removing the image | ||
|
nowgnuesLee marked this conversation as resolved.
|
||
|
|
||
| <a id="delete-customized-image"></a> | ||
|  | ||
|
|
||
| To delete an image, click on the red trash button in the control column. | ||
| After deletion, you will not be able to create a new session using that image. | ||
| ## Searching and Refreshing the Image List | ||
|
|
||
|  | ||
| You can filter the image list by typing a keyword in the search bar at the top | ||
| of the table. The list updates in real time as you type, showing only the | ||
| images that match your search term. | ||
|
|
||
| To refresh the image list, click the reload button next to the search bar. | ||
|
|
||
| ## Copying the Image Path | ||
|
|
||
| You can copy the full image path and use it to create a session with a manual | ||
| image name. | ||
|
|
||
| You can also copy the my environment image and create session with manual image. | ||
| Click 'Copy' button in the control column, and go to sessions page and create a session. | ||
| Fill the input of manual image by pasting the image that you copied. | ||
| 1. Click the copy icon next to the image name in the **Full image path** column | ||
| to copy it to your clipboard | ||
| 2. Navigate to the Sessions page and start creating a new session | ||
| 3. Paste the copied image path into the manual image input field | ||
|
|
||
|  | ||
|
|
||
| If you want to hide or show the certain columns, click the gear icon at the | ||
| bottom right of the table. Then you can see below dialog to select the columns | ||
| you want to see. | ||
| <a id="delete-customized-image"></a> | ||
|
|
||
| ## Deleting a Customized Image | ||
|
|
||
| To delete an image, click the red trash icon in the **Control** column. | ||
|
|
||
| :::warning | ||
| Deleting an image is irreversible. After deletion, you will not be able to | ||
| create a new session using that image. | ||
| ::: | ||
|
|
||
| ## Customizing Table Columns | ||
|
|
||
| If you want to hide or show certain columns, click the gear icon at the | ||
| bottom right of the table. A dialog appears where you can select which | ||
| columns to display. | ||
|
|
||
|  | ||
|  | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.