Pass latency to Network Card
This commit is contained in:
parent
d83f1561b4
commit
d07496afb2
|
@ -46,8 +46,8 @@ const DeviceHealthCheck = () => {
|
||||||
maxMemory={deviceHealthState.maxMemory}
|
maxMemory={deviceHealthState.maxMemory}
|
||||||
/>
|
/>
|
||||||
<DeviceNetworkHealth
|
<DeviceNetworkHealth
|
||||||
uploadRate={deviceHealthState.uploadRate}
|
latency={deviceHealthState.latency}
|
||||||
downloadRate={deviceHealthState.downloadRate}
|
|
||||||
/>
|
/>
|
||||||
</XStack>
|
</XStack>
|
||||||
<HealthInfoSection
|
<HealthInfoSection
|
||||||
|
|
Loading…
Reference in New Issue