Skip to content

Commit

Permalink
Add namespaces to the catalog view (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor authored Mar 25, 2020
1 parent a26fce9 commit c81edb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dashboard/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Header extends React.Component<IHeaderProps, IHeaderState> {
},
{
children: "Catalog",
namespaced: true,
to: "/catalog",
},
{
Expand Down
4 changes: 2 additions & 2 deletions dashboard/src/containers/RoutesContainer/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const privateRoutes = {
"/apps/ns/:namespace/:releaseName": AppViewContainer,
"/apps/ns/:namespace/new/:repo/:id/versions/:version": AppNewContainer,
"/apps/ns/:namespace/upgrade/:releaseName": AppUpgradeContainer,
"/catalog": CatalogContainer,
"/catalog/:repo": CatalogContainer,
"/catalog/ns/:namespace": CatalogContainer,
"/catalog/ns/:namespace/:repo": CatalogContainer,
"/charts/:repo/:id": ChartViewContainer,
"/charts/:repo/:id/versions/:version": ChartViewContainer,
"/config/brokers": ServiceBrokerListContainer,
Expand Down

0 comments on commit c81edb7

Please sign in to comment.