-
Notifications
You must be signed in to change notification settings - Fork 371
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
feat: [M3-6736] - VPC detail summary #9549
feat: [M3-6736] - VPC detail summary #9549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Left a couple of small comments but going ahead and approving 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @hana-linode ! Added an integration test for the details page, and approving pending the question I posted above!
## Description 📝 Add VPC Detail Summary section with Subnets placeholder ## How to test 🧪 ``` yarn test VPCDetail ``` ``` yarn test packages/manager/src/features/VPC/utils.test.ts ``` - Create a VPC, then go to it's details page and confirm the summary - If there is no description for the VPC, the description field should not display - If there is a description, you should see the field - Try editing/deleting the VPC --------- Co-authored-by: Joe D'Amore <jdamore@linode.com>
Description 📝
Add VPC Detail Summary section with Subnets placeholder
Preview 📷
How to test 🧪