Implement the functionallity
Signed-off-by: Tomas Dabasinskas <tomas@dabasinskas.net>
This commit is contained in:
@@ -116,7 +116,10 @@ import {
|
||||
EntityRollbarContent,
|
||||
isRollbarAvailable,
|
||||
} from '@backstage/plugin-rollbar';
|
||||
import { PuppetDbTab, isPuppetDbAvailable } from '@backstage/plugin-puppetdb';
|
||||
import {
|
||||
PuppetDbContent,
|
||||
isPuppetDbAvailable,
|
||||
} from '@backstage/plugin-puppetdb';
|
||||
import { EntitySentryContent } from '@backstage/plugin-sentry';
|
||||
import { EntityTechdocsContent } from '@backstage/plugin-techdocs';
|
||||
import { EntityTechInsightsScorecardCard } from '@backstage/plugin-tech-insights';
|
||||
@@ -858,7 +861,7 @@ const resourcePage = (
|
||||
title="Puppet"
|
||||
if={isPuppetDbAvailable}
|
||||
>
|
||||
<PuppetDbTab />
|
||||
<PuppetDbContent />
|
||||
</EntityLayout.Route>
|
||||
<EntityLayout.Route path="/todos" title="TODOs">
|
||||
<EntityTodoContent />
|
||||
|
||||
Reference in New Issue
Block a user