format
This commit is contained in:
parent
161d10e2ca
commit
d2cef9c218
|
@ -69,12 +69,12 @@ const DashboardContent = () => {
|
|||
</XStack>
|
||||
<DeviceUptime />
|
||||
</YStack>
|
||||
<YStack >
|
||||
<XStack space="$4" flexWrap='wrap'>
|
||||
<YStack justifyContent="space-between">
|
||||
<XStack flexWrap="wrap" >
|
||||
<StorageCard maxStorage={100} storage={82} />
|
||||
<CPUCard load={[12, 31, 3, 2, 24, 98]} />
|
||||
</XStack>
|
||||
<XStack space="$4" flexWrap='wrap'>
|
||||
<XStack flexWrap="wrap" >
|
||||
<MemoryCard currentMemory={[21, 33, 3, 42, 35]} maxMemory={50} />
|
||||
<NetworkCard
|
||||
downloadRate={[12, 31, 22, 12, 23, 23, 90]}
|
||||
|
|
|
@ -8,8 +8,7 @@ import DashboardCardWrapper from '../DashboardCardWrapper'
|
|||
const ExecutionUptime = () => {
|
||||
const monthlyActivity = [3, 0, 5, 4, 6, 7, 0, 9, 10, 1, 2, 3]
|
||||
return (
|
||||
<DashboardCardWrapper minWidth='260px'
|
||||
>
|
||||
<DashboardCardWrapper minWidth="260px">
|
||||
<YStack space={'$3'} minHeight={'156px'} padding={'$3'}>
|
||||
<YStack>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
|
|
Loading…
Reference in New Issue