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 c1ba199f59bc..f0fb668d86cd 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 @@ -56,15 +56,6 @@ export default function DatacentreGenerationInformationTile({ ), }, - { - id: 'cpuCount', - label: tVdc('managed_vcd_vdc_vcpu_count'), - value: ( - - {vcdDatacentre?.currentState.vCPUCount?.toString()} - - ), - }, { id: 'ramCount', label: tVdc('managed_vcd_vdc_ram_count'), @@ -76,17 +67,6 @@ export default function DatacentreGenerationInformationTile({ ), }, - { - id: 'vcpuSpeed', - label: tVdc('managed_vcd_vdc_vcpu_speed'), - value: ( - - {tVdc('managed_vcd_vdc_vcpu_value', { - speed: vcdDatacentre?.currentState.vCPUSpeed, - })} - - ), - }, { id: 'interface', label: t('managed_vcd_dashboard_management_interface'), diff --git a/packages/manager/apps/hpc-vmware-managed-vcd/src/pages/dashboard/datacentre/general-informations/DatacentreGeneralInformation.page.tsx b/packages/manager/apps/hpc-vmware-managed-vcd/src/pages/dashboard/datacentre/general-informations/DatacentreGeneralInformation.page.tsx index d6bbd4059f14..925a0a937bf1 100644 --- a/packages/manager/apps/hpc-vmware-managed-vcd/src/pages/dashboard/datacentre/general-informations/DatacentreGeneralInformation.page.tsx +++ b/packages/manager/apps/hpc-vmware-managed-vcd/src/pages/dashboard/datacentre/general-informations/DatacentreGeneralInformation.page.tsx @@ -43,6 +43,7 @@ export default function DatacentresGeneralInformationPage() { vcdDatacentre={vcdDatacentre?.data} vcdOrganization={vcdOrganization?.data} /> +