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
Add new columns to the current tool image selector table. The table currently looks like this:
The expected layout should look like this:
Columns
Registry: The name of the registry where the image is stored. The cell should be empty if the image is local only.
Namespace: The namespace inside the registry where the image is stored. If no namespace is used in the registry, or the image is local only, the cell should be left empty.
Image name: The name of the image. (Without the tag)
Tag: The tag of the image. Each tag available from a repo should be listed in a separate row.
Availability: local, registry, local and registry
Navigation
The navigation input should remain the same, but the cursor should change. Instead of an asterisk, the line where the cursor resides should be highlighted.
It's important to highlight though that the implementation should be based on Textual and not on the currently used UI elements. The currently used UI elements should be replaced with ones based on Textual, see #199 for more information. You can start working on this issue, but the solution can only be merged after the implementation of #199.
Add new columns to the current tool image selector table. The table currently looks like this:
The expected layout should look like this:
Columns
local
,registry
,local and registry
Navigation
The navigation input should remain the same, but the cursor should change. Instead of an asterisk, the line where the cursor resides should be highlighted.
For references to create the table see https://textual.textualize.io/widgets/data_table/
For the cursor and selection indicator see: https://textual.textualize.io/widgets/selection_list/
For axem internal use only:
Jira: https://axem.atlassian.net/browse/DEM-291
The text was updated successfully, but these errors were encountered: