Add EntityRefLinks that shows one or multiple entity ref links.

Add `EntityRefLinks` that shows one or multiple entity ref links.

Change the about card and catalog table to use `EntityRefLinks` due to the
nature of relations to support multiple relations per type.

This simplifies usage of relations and support to visualize edge-cases, e.g. duplicate data ingested into the catalog, like two ownerOf relationships for the same component.
This commit is contained in:
Oliver Sand
2021-01-25 17:37:55 +01:00
parent 2dbb61a418
commit 0b11823463
6 changed files with 155 additions and 62 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-catalog': patch
---
Add `EntityRefLinks` that shows one or multiple entity ref links.
Change the about card and catalog table to use `EntityRefLinks` due to the
nature of relations to support multiple relations per type.