From 5383d0dfa7b858dac1b8cc2b2a9c2ad52bdfba91 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Mon, 30 May 2022 15:44:26 +0200 Subject: [PATCH] M #~: Minor fix on numa tab styles (#2102) --- .../client/components/Tabs/Host/Numa/CPU/index.js | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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]]}