Skip to content

Commit

Permalink
Revert "delete files for Service Brokers"
Browse files Browse the repository at this point in the history
This reverts commit 9f40bd78cb0fdaac10e8d6aadc188818c6633d23.

bring back instantiate-template

delete files for Service Brokers

delete Service Brokers in yaml-templates

Revert "delete Service Brokers in yaml-templates"

This reverts commit 36bcbb7b31b6947aa4a5f84ce62cebb0286c89e9.
  • Loading branch information
maudem committed Sep 2, 2021
1 parent 1aa2a23 commit b75feef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/public/components/app-contents.tsx
Expand Up @@ -269,6 +269,16 @@ const AppContents: React.FC<{}> = () => {
}
/>

<LazyRoute
path="/catalog/instantiate-template"
exact
loader={() =>
import(
'./instantiate-template' /* webpackChunkName: "instantiate-template" */
).then((m) => m.InstantiateTemplatePage)
}
/>

<LazyRoute
path="/k8s/all-namespaces/events"
exact
Expand Down

0 comments on commit b75feef

Please sign in to comment.