-
Notifications
You must be signed in to change notification settings - Fork 19
Switch VPC tab bar to route tabs #2249
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@david-crespo I'm getting "react-router-dom.js?v=0ae1b1b1:215 Matched leaf route at location "/projects/mock-project/vpcs/mock-vpc/firewall-rules" does not have an element or Component. This means it will render an with a null value by default resulting in an "empty" page." – unsure on how to fix this? I might have |
|
Yeah I can definitely figure that out. |
|
Missing element for leaf route was simple (373feda): you were missing an Lines 182 to 195 in a228b75
|
oxidecomputer/console@a06d852...34c648b * [34c648b5](oxidecomputer/console@34c648b5) bump omicron to latest main (vpc router endpoints) * [44ea9cbe](oxidecomputer/console@44ea9cbe) fix casing in floating IP create toast * [b4b1103e](oxidecomputer/console@b4b1103e) oxidecomputer/console#2249 * [dcec501d](oxidecomputer/console@dcec501d) oxidecomputer/console#2286 * [ed4d92ec](oxidecomputer/console@ed4d92ec) oxidecomputer/console#2285
oxidecomputer/console@a06d852...34c648b * [34c648b5](oxidecomputer/console@34c648b5) bump omicron to latest main (vpc router endpoints) * [44ea9cbe](oxidecomputer/console@44ea9cbe) fix casing in floating IP create toast * [b4b1103e](oxidecomputer/console@b4b1103e) oxidecomputer/console#2249 * [dcec501d](oxidecomputer/console@dcec501d) oxidecomputer/console#2286 * [ed4d92ec](oxidecomputer/console@ed4d92ec) oxidecomputer/console#2285

Prerequisite to a "New firewall rule from existing" feature so we can pass the initial values in through the loader.
Also part of #1913