From 117fd8a78d320fde112025b4308edcf4ea9aa79e Mon Sep 17 00:00:00 2001 From: Josue Date: Fri, 28 May 2021 17:41:16 -0400 Subject: [PATCH] style: change CPU component to match latest changes in the design --- striker-ui/components/CPU.tsx | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/striker-ui/components/CPU.tsx b/striker-ui/components/CPU.tsx index a913d60c..dd5926e4 100644 --- a/striker-ui/components/CPU.tsx +++ b/striker-ui/components/CPU.tsx @@ -1,7 +1,6 @@ import { useContext } from 'react'; import { Box } from '@material-ui/core'; import { Panel } from './Panels'; -import { AllocationBar } from './Bars'; import { HeaderText, BodyText } from './Text'; import PeriodicFetch from '../lib/fetchers/periodicFetch'; import { AnvilContext } from './AnvilContext'; @@ -22,26 +21,12 @@ const CPU = (): JSX.Element => { {!isLoading ? ( <> - {' '} - - + + + + - - - - - - - - - - - ) : (