From caef85e771299be9fc20f2ad3de8de29b62917ca Mon Sep 17 00:00:00 2001 From: sumit_chaturvedi Date: Tue, 3 Jun 2025 12:03:52 +0530 Subject: [PATCH] srn Provider details UI update --- .../resources/table/resource-detail.tsx | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) 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 + } + /> +