From 89486151308db8e97b1c3962f0969ebad19c1d80 Mon Sep 17 00:00:00 2001 From: Paul Cowan Date: Mon, 12 Dec 2022 16:11:33 +0000 Subject: [PATCH] revert rexample in app Signed-off-by: Paul Cowan --- .../app/src/components/catalog/EntityPage.tsx | 10 -------- .../examples/all-components.yaml | 24 +++++++++---------- .../components/wayback-search-component.yaml | 2 -- 3 files changed, 12 insertions(+), 24 deletions(-) diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index 6288dc86ee..02b00f038c 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -154,8 +154,6 @@ import { ReportIssue, } from '@backstage/plugin-techdocs-module-addons-contrib'; import { EntityCostInsightsContent } from '@backstage/plugin-cost-insights'; -import { SecurityTab } from '../SecurityTab/SecurityTab'; -import { showSecurityTab } from '../SecurityTab'; const customEntityFilterKind = ['Component', 'API', 'System']; @@ -402,12 +400,6 @@ const overviewContent = ( ); -const securityContent = ( - - - -); - const serviceEntityPage = ( @@ -448,8 +440,6 @@ const serviceEntityPage = ( {techdocsContent} - {securityContent} -