diff --git a/src/fireedge/src/client/components/Tabs/Host/Numa/CPU/index.js b/src/fireedge/src/client/components/Tabs/Host/Numa/CPU/index.js index 8431d5d8ba..c2a0574a75 100644 --- a/src/fireedge/src/client/components/Tabs/Host/Numa/CPU/index.js +++ b/src/fireedge/src/client/components/Tabs/Host/Numa/CPU/index.js @@ -29,13 +29,24 @@ import { T, CPU_STATUS } from 'client/constants' */ const NumaCoreCPU = ({ core, cpus }) => ( - + - {CPU_STATUS[String(cpus[core])]} + {CPU_STATUS[cpus[core]]}