From 35965ab248c3556150cf11344310504e39f23de0 Mon Sep 17 00:00:00 2001 From: Jonah Grimes Date: Fri, 16 Apr 2021 09:47:29 -0400 Subject: [PATCH] added EntityHasResourcesCard to system overview page, added dependencies page to display dependency components and dependency resources to service and website page layout Signed-off-by: Jonah Grimes --- .../app/src/components/catalog/EntityPage.tsx | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index 601134362d..fc3719e425 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -28,6 +28,8 @@ import { import { EntityBadgesDialog } from '@backstage/plugin-badges'; import { EntityAboutCard, + EntityDependsOnComponentsCard, + EntityDependsOnResourcesCard, EntityHasComponentsCard, EntityHasSubcomponentsCard, EntityHasSystemsCard, @@ -37,6 +39,7 @@ import { EntitySwitch, isComponentType, isKind, + EntityHasResourcesCard, } from '@backstage/plugin-catalog'; import { EntityCircleCIContent, @@ -288,6 +291,17 @@ const serviceEntityPage = ( + + + + + + + + + + + @@ -336,6 +350,17 @@ const websiteEntityPage = ( {errorsContent} + + + + + + + + + + + @@ -466,6 +491,9 @@ const systemPage = ( + + +