fix(web): drop trailing slash from the navbar Dashboard link - #119
fix(web): drop trailing slash from the navbar Dashboard link#119qveensi wants to merge 1 commit into
Conversation
The router registers /web/clusters without a trailing slash and does not redirect, so the Dashboard entry in the Clusters navbar dropdown returns HTTP 404. Every other link in the dropdown already omits the slash.
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Clusters Dashboard navigation link now points to ChangesClusters Dashboard URL
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The router registers
/web/clusterswithout a trailing slash and does not redirect, so the Clusters ▸ Dashboard navbar entry returns HTTP 404. Every other link in the same dropdown already omits the slash.Part of #118 (residual BS3→BS5 migration leftovers); this is the trivial one.
Summary by CodeRabbit