-
Notifications
You must be signed in to change notification settings - Fork 13
convert silo page tabs to route-based navigation #2912
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 GitHub.
|
IdP form routes need to be nested under the route that displays the tab contents, otherwise it disappears when the side modal is open. Fixed in 6554de5. ![]() |
Worth noting: the IP pool link modal on the IP pools tab and the quota edit side modal on the quotas tab do not need the same nested route treatment because they are not routes. The side modal one probably should be a route, but I'm not going to bother changing that now because Ben is reworking that whole tab anyway. |
oxidecomputer/console@36e415c...ee1aa57 * [ee1aa575](oxidecomputer/console@ee1aa575) oxidecomputer/console#2920 * [74c20607](oxidecomputer/console@74c20607) oxidecomputer/console#2915 * [96939d35](oxidecomputer/console@96939d35) oxidecomputer/console#2910 * [1bc51872](oxidecomputer/console@1bc51872) oxidecomputer/console#2917 * [96211e99](oxidecomputer/console@96211e99) oxidecomputer/console#2914 * [22482fc1](oxidecomputer/console@22482fc1) oxidecomputer/console#2912 * [5c393b4d](oxidecomputer/console@5c393b4d) oxidecomputer/console#2911 * [8ac318bb](oxidecomputer/console@8ac318bb) oxidecomputer/console#2742
oxidecomputer/console@36e415c...ee1aa57 * [ee1aa575](oxidecomputer/console@ee1aa575) oxidecomputer/console#2920 * [74c20607](oxidecomputer/console@74c20607) oxidecomputer/console#2915 * [96939d35](oxidecomputer/console@96939d35) oxidecomputer/console#2910 * [1bc51872](oxidecomputer/console@1bc51872) oxidecomputer/console#2917 * [96211e99](oxidecomputer/console@96211e99) oxidecomputer/console#2914 * [22482fc1](oxidecomputer/console@22482fc1) oxidecomputer/console#2912 * [5c393b4d](oxidecomputer/console@5c393b4d) oxidecomputer/console#2911 * [8ac318bb](oxidecomputer/console@8ac318bb) oxidecomputer/console#2742
In preparation for adding the SCIM tab to the silo page, I thought it'd be good to update the silo page's tab routing.
/system/silos/maze-war?tab=ip-pools
→/system/silos/maze-war/ip-pools
Also adds a redirect to handle stale links.