Skip to content

upcoming: [UIE-9376] — Add Image select table to Linode Rebuild dialog#13482

Open
dwiley-akamai wants to merge 5 commits intolinode:developfrom
dwiley-akamai:UIE-9376-img-selection-table-rebuild-dialog
Open

upcoming: [UIE-9376] — Add Image select table to Linode Rebuild dialog#13482
dwiley-akamai wants to merge 5 commits intolinode:developfrom
dwiley-akamai:UIE-9376-img-selection-table-rebuild-dialog

Conversation

@dwiley-akamai
Copy link
Contributor

@dwiley-akamai dwiley-akamai commented Mar 11, 2026

Description 📝

Add Image select table to Linode Rebuild dialog

Changes 🔄

  • Use ImageSelectTable instead of Image Select dropdown in Linode Rebuild dialog when the Private Image Sharing feature flag is on
  • Add Pendo IDs for the ImageSelectTable instance 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:

  • All customers
  • Some customers (e.g. in Beta or Limited Availability)
  • No customers / Not applicable

Target release date 🗓️

TBD

Preview 📷

Before After
Screenshot 2026-03-12 at 5 22 00 PM Screenshot 2026-03-12 at 5 22 52 PM

How to test 🧪

Prerequisites

Toggle the Private Image Sharing flag in the CM DevTool

Verification steps

With the Private Image Sharing flag on...

  • From (1) the Linodes landing page and (2) a Linode Details page, open the Rebuild dialog for a linode via the three-dot menu. The dialog should have the new image select table rather than the image select dropdown
  • The image select table should function as expected (pagination, searching/filtering, hovering over the "Replicated in" cells, etc.)

With the Private Image Sharing flag off...

  • The Rebuild dialog should still have the current image select dropdown with no other UI changes visible.
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


  • I have read and considered all applicable items listed above.

As an Author, before moving this PR from Draft to Open, I confirmed ✅

  • All tests and CI checks are passing
  • TypeScript compilation succeeded without errors
  • Code passes all linting rules

@dwiley-akamai dwiley-akamai self-assigned this Mar 11, 2026
@dwiley-akamai dwiley-akamai added the Private Image Sharing Related to Private Image Sharing feature label Mar 11, 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);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@dwiley-akamai dwiley-akamai marked this pull request as ready for review March 12, 2026 22:08
@dwiley-akamai dwiley-akamai requested a review from a team as a code owner March 12, 2026 22:08
Copy link
Contributor

@fabrice-akamai fabrice-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @dwiley-akamai 👍!

@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🔺 2 failing tests on test run #4 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
2 Failing878 Passing11 Skipped39m 52s

Details

Failing Tests
SpecTest
object-storage.e2e.spec.tsCloud Manager Cypress Tests→object storage end-to-end tests » can create and delete object storage buckets
lke-create.spec.tsCloud Manager Cypress Tests→LKE Cluster Creation with LKE-E→shows the LKE-E flow with the feature flag on » creates an LKE-E cluster with the account capability

Troubleshooting

Use 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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Private Image Sharing Related to Private Image Sharing feature

Projects

Status: Review

Development

Successfully merging this pull request may close these issues.

4 participants