Units again
This commit is contained in:
parent
98bc4719d9
commit
b7042bfad7
@ -37,8 +37,8 @@ export default function Network({ options, refresh = 1500 }) {
|
||||
icon={FaNetworkWired}
|
||||
value={`${t("common.byterate", { value: data.network.tx_sec })} ↑`}
|
||||
label={`${t("common.byterate", { value: data.network.rx_sec })} ↓`}
|
||||
expandedValue={`${t("common.bbytes", { value: data.network.tx_bytes })} ↑`}
|
||||
expandedLabel={`${t("common.bbytes", { value: data.network.rx_bytes })} ↓`}
|
||||
expandedValue={`${t("common.bytes", { value: data.network.tx_bytes })} ↑`}
|
||||
expandedLabel={`${t("common.bytes", { value: data.network.rx_bytes })} ↓`}
|
||||
expanded={options.expanded}
|
||||
wide
|
||||
percentage={(100 * data.network.rx_sec) / (data.network.rx_sec + data.network.tx_sec)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user