Add description

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-02-24 23:07:21 -05:00
parent a29737eb92
commit 37268301bd
@@ -57,6 +57,10 @@ function simplifiedEntityName(
.replace(':default/', ':');
}
/**
* Dynamically generates a diagram of a system, its assigned entities,
* and relationships of those entities.
*/
export function SystemDiagram({ entity }: SystemDiagramProps) {
const catalogApi = useApi(catalogApiRef);
const { loading, error, value: catalogResponse } = useAsync(() => {