feat(catalog): Link launch template in Entity's AboutCard

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-05-19 12:58:25 -05:00
parent c4a77ac680
commit 08f177b910
7 changed files with 43 additions and 3 deletions
+1
View File
@@ -142,6 +142,7 @@ const app = createApp({
bind(catalogPlugin.externalRoutes, {
createComponent: scaffolderPlugin.routes.root,
viewTechDoc: techdocsPlugin.routes.docRoot,
selectedTemplateRoute: scaffolderPlugin.routes.selectedTemplate,
});
bind(apiDocsPlugin.externalRoutes, {
registerApi: catalogImportPlugin.routes.importPage,