diff --git a/packages/manager/apps/hpc-vmware-managed-vcd/src/components/tiles/datacentre-general-information-tile/DatacentreGeneralInformationTile.component.tsx b/packages/manager/apps/hpc-vmware-managed-vcd/src/components/tiles/datacentre-general-information-tile/DatacentreGeneralInformationTile.component.tsx index 3772f3633dd8..8cf17dcb35c0 100644 --- a/packages/manager/apps/hpc-vmware-managed-vcd/src/components/tiles/datacentre-general-information-tile/DatacentreGeneralInformationTile.component.tsx +++ b/packages/manager/apps/hpc-vmware-managed-vcd/src/components/tiles/datacentre-general-information-tile/DatacentreGeneralInformationTile.component.tsx @@ -116,12 +116,22 @@ export default function DatacentreGenerationInformationTile({ { id: 'apiUrl', label: t('managed_vcd_dashboard_api_url'), - value: , + value: ( + + ), }, { id: 'vdcId', label: tVdc('managed_vcd_vdc_id'), - value: , + value: ( + + ), }, ]} /> diff --git a/packages/manager/apps/hpc-vmware-managed-vcd/src/components/tiles/organization-general-information-tile/OrganizationGeneralInformationTile.component.tsx b/packages/manager/apps/hpc-vmware-managed-vcd/src/components/tiles/organization-general-information-tile/OrganizationGeneralInformationTile.component.tsx index 2c2ed1f58881..b7a51c3ada30 100644 --- a/packages/manager/apps/hpc-vmware-managed-vcd/src/components/tiles/organization-general-information-tile/OrganizationGeneralInformationTile.component.tsx +++ b/packages/manager/apps/hpc-vmware-managed-vcd/src/components/tiles/organization-general-information-tile/OrganizationGeneralInformationTile.component.tsx @@ -111,7 +111,12 @@ export default function OrganizationGenerationInformationTile({ { id: 'apiUrl', label: t('managed_vcd_dashboard_api_url'), - value: , + value: ( + + ), }, ]} />