Skip to content

Commit

Permalink
DEV adjust for openshift-streams
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Nov 10, 2021
1 parent b10d692 commit 63b56f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ exports[`Authentication Component should return a redirect on 418 error: 418 err
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/streams",
"path": "/openshift-streams",
"redirect": null,
},
Object {
Expand Down Expand Up @@ -522,7 +522,7 @@ exports[`Authentication Component should return a redirect on a specific 403 err
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/streams",
"path": "/openshift-streams",
"redirect": null,
},
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ exports[`Redirect Component should render a basic component: basic 1`] = `
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/streams",
"path": "/openshift-streams",
"redirect": null,
},
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ exports[`Router Component should render a basic component: basic 1`] = `
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/streams",
"path": "/openshift-streams",
"redirect": null,
},
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Object {
"disabled": false,
"exact": true,
"id": "rhosak",
"path": "/streams",
"path": "/openshift-streams",
"redirect": null,
},
Object {
Expand Down
4 changes: 2 additions & 2 deletions src/config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ const routes = [
},
{
id: 'rhosak',
path: '/streams',
path: '/openshift-streams',
pathParameter: [rhosakConfig.productId],
productParameter: [rhosakConfig.productGroup],
productConfig: [rhosakConfig],
redirect: null,
isSearchable: true,
aliases: ['application-services', 'streams', 'rhosak'],
aliases: ['application-services', 'streams', 'rhosak', 'kafka'],
activateOnError: false,
disabled: helpers.UI_DISABLED,
default: false,
Expand Down

0 comments on commit 63b56f7

Please sign in to comment.