Skip to content
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

[release-4.9] Bug 2002905: Fix list page route for build configs #10043

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/packages/dev-console/src/plugin.tsx
Expand Up @@ -195,6 +195,7 @@ const plugin: Plugin<ConsumedExtensions> = [
{
type: 'Page/Route',
properties: {
perspective: 'dev',
exact: true,
path: ['/k8s/all-namespaces/buildconfigs', '/k8s/ns/:ns/buildconfigs'],
loader: async () =>
Expand Down