diff --git a/ui/components/resources/table/resource-detail.tsx b/ui/components/resources/table/resource-detail.tsx index 3e05413e20..18be5b1976 100644 --- a/ui/components/resources/table/resource-detail.tsx +++ b/ui/components/resources/table/resource-detail.tsx @@ -78,22 +78,24 @@ export const ResourceDetail = ({ - + + } + entityAlias={ + resourceData.relationships.provider.data.attributes + .alias as string + } + entityId={ + resourceData.relationships.provider.data.attributes.uid as string + } + /> +