upcoming: [UIE-9376] — Add Image select table to Linode Rebuild dialog#13482
Open
dwiley-akamai wants to merge 5 commits intolinode:developfrom
Open
upcoming: [UIE-9376] — Add Image select table to Linode Rebuild dialog#13482dwiley-akamai wants to merge 5 commits intolinode:developfrom
dwiley-akamai wants to merge 5 commits intolinode:developfrom
Conversation
dwiley-akamai
commented
Mar 12, 2026
Comment on lines
90
to
92
| const [query, setQuery] = useState(''); | ||
| const [selectedTag, setSelectedTag] = useState<null | string>(null); | ||
| const [selectedRegion, setSelectedRegion] = useState<null | string>(null); |
Contributor
Author
There was a problem hiding this comment.
Following up on #13435 (comment), I think the Rebuild dialog being accessible from the Linodes landing page makes things a bit more complex 🤔 in the interest of keeping the feature work rolling, we can perhaps circle back to that as an enhancement
fabrice-akamai
approved these changes
Mar 12, 2026
Contributor
fabrice-akamai
left a comment
There was a problem hiding this comment.
LGTM @dwiley-akamai 👍!
Collaborator
Cloud Manager UI test results🔺 2 failing tests on test run #4 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts,cypress/e2e/core/kubernetes/lke-create.spec.ts" |
||||||||||||||||||||
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description 📝
Add Image select table to Linode Rebuild dialog
Changes 🔄
ImageSelectTableinstead of Image Select dropdown in Linode Rebuild dialog when thePrivate Image Sharingfeature flag is onImageSelectTableinstance in the Rebuild dialog (and rename the constant for the Pendo IDs used in the Linode Create flow)Scope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
TBD
Preview 📷
How to test 🧪
Prerequisites
Toggle the
Private Image Sharingflag in the CM DevToolVerification steps
With the
Private Image Sharingflag on...With the
Private Image Sharingflag off...Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅