Add table component

Signed-off-by: josh <josh.timmons@hashicorp.com>
This commit is contained in:
josh
2023-05-29 19:11:52 -04:00
parent 59102979a5
commit 86497612b6
7 changed files with 143 additions and 40 deletions
@@ -112,6 +112,7 @@ import {
EntityOwnershipCard,
EntityUserProfileCard,
} from '@backstage/plugin-org';
import { EntityNomadContent, isNomadAvailable } from '@backstage/plugin-nomad';
import {
EntityPagerDutyCard,
isPagerDutyAvailable,
@@ -501,6 +502,10 @@ const serviceEntityPage = (
<EntityKubernetesContent />
</EntityLayout.Route>
<EntityLayout.Route path="/nomad" title="Nomad">
<EntityNomadContent />
</EntityLayout.Route>
<EntityLayout.Route path="/pull-requests" title="Pull Requests">
{pullRequestsContent}
</EntityLayout.Route>