format
This commit is contained in:
parent
d2cef9c218
commit
4ea5133e57
|
@ -70,11 +70,11 @@ const DashboardContent = () => {
|
||||||
<DeviceUptime />
|
<DeviceUptime />
|
||||||
</YStack>
|
</YStack>
|
||||||
<YStack justifyContent="space-between">
|
<YStack justifyContent="space-between">
|
||||||
<XStack flexWrap="wrap" >
|
<XStack flexWrap="wrap">
|
||||||
<StorageCard maxStorage={100} storage={82} />
|
<StorageCard maxStorage={100} storage={82} />
|
||||||
<CPUCard load={[12, 31, 3, 2, 24, 98]} />
|
<CPUCard load={[12, 31, 3, 2, 24, 98]} />
|
||||||
</XStack>
|
</XStack>
|
||||||
<XStack flexWrap="wrap" >
|
<XStack flexWrap="wrap">
|
||||||
<MemoryCard currentMemory={[21, 33, 3, 42, 35]} maxMemory={50} />
|
<MemoryCard currentMemory={[21, 33, 3, 42, 35]} maxMemory={50} />
|
||||||
<NetworkCard
|
<NetworkCard
|
||||||
downloadRate={[12, 31, 22, 12, 23, 23, 90]}
|
downloadRate={[12, 31, 22, 12, 23, 23, 90]}
|
||||||
|
|
Loading…
Reference in New Issue