revert rexample in app
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
@@ -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 = (
|
||||
</Grid>
|
||||
);
|
||||
|
||||
const securityContent = (
|
||||
<EntityLayout.Route path="/security" title="Security" if={showSecurityTab}>
|
||||
<SecurityTab />
|
||||
</EntityLayout.Route>
|
||||
);
|
||||
|
||||
const serviceEntityPage = (
|
||||
<EntityLayoutWrapper>
|
||||
<EntityLayout.Route path="/" title="Overview">
|
||||
@@ -448,8 +440,6 @@ const serviceEntityPage = (
|
||||
{techdocsContent}
|
||||
</EntityLayout.Route>
|
||||
|
||||
{securityContent}
|
||||
|
||||
<EntityLayout.Route
|
||||
if={isNewRelicDashboardAvailable}
|
||||
path="/newrelic-dashboard"
|
||||
|
||||
@@ -5,16 +5,16 @@ metadata:
|
||||
description: A collection of all Backstage example components
|
||||
spec:
|
||||
targets:
|
||||
# - ./components/artist-lookup-component.yaml
|
||||
# - ./components/petstore-component.yaml
|
||||
# - ./components/playback-order-component.yaml
|
||||
# - ./components/podcast-api-component.yaml
|
||||
# - ./components/queue-proxy-component.yaml
|
||||
# - ./components/searcher-component.yaml
|
||||
# - ./components/playback-lib-component.yaml
|
||||
# - ./components/www-artist-component.yaml
|
||||
# - ./components/shuffle-api-component.yaml
|
||||
# - ./components/wayback-archive-component.yaml
|
||||
# - ./components/wayback-archive-ingestion-component.yaml
|
||||
# - ./components/wayback-archive-storage-component.yaml
|
||||
- ./components/artist-lookup-component.yaml
|
||||
- ./components/petstore-component.yaml
|
||||
- ./components/playback-order-component.yaml
|
||||
- ./components/podcast-api-component.yaml
|
||||
- ./components/queue-proxy-component.yaml
|
||||
- ./components/searcher-component.yaml
|
||||
- ./components/playback-lib-component.yaml
|
||||
- ./components/www-artist-component.yaml
|
||||
- ./components/shuffle-api-component.yaml
|
||||
- ./components/wayback-archive-component.yaml
|
||||
- ./components/wayback-archive-ingestion-component.yaml
|
||||
- ./components/wayback-archive-storage-component.yaml
|
||||
- ./components/wayback-search-component.yaml
|
||||
|
||||
@@ -3,8 +3,6 @@ kind: Component
|
||||
metadata:
|
||||
name: wayback-search
|
||||
description: Search of the wayback machine
|
||||
annotations:
|
||||
myorg.org/security: 'true'
|
||||
spec:
|
||||
type: service
|
||||
lifecycle: production
|
||||
|
||||
Reference in New Issue
Block a user