diff --git a/.changeset/cool-bulldogs-itch.md b/.changeset/cool-bulldogs-itch.md new file mode 100644 index 0000000000..8f48befee2 --- /dev/null +++ b/.changeset/cool-bulldogs-itch.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Add EntityRef to Entity Inspector UI diff --git a/plugins/catalog-react/src/components/InspectEntityDialog/components/OverviewPage.tsx b/plugins/catalog-react/src/components/InspectEntityDialog/components/OverviewPage.tsx index d2eb6d4266..26aa69e425 100644 --- a/plugins/catalog-react/src/components/InspectEntityDialog/components/OverviewPage.tsx +++ b/plugins/catalog-react/src/components/InspectEntityDialog/components/OverviewPage.tsx @@ -36,6 +36,7 @@ import { ListSubheader, } from './common'; import { EntityKindIcon } from './EntityKindIcon'; +import { stringifyEntityRef } from '@backstage/catalog-model'; const useStyles = makeStyles({ root: { @@ -90,6 +91,12 @@ export function OverviewPage(props: { entity: AlphaEntity }) { )} + + +