mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
🐛 Fix small bug with the network module
This commit is contained in:
@@ -186,14 +186,15 @@ export function DashdotComponent() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
{networkEnabled && (
|
||||||
<div className={classes.tableRow}>
|
<div className={classes.tableRow}>
|
||||||
<p className={classes.tableLabel}>Network:</p>
|
<p className={classes.tableLabel}>Network:</p>
|
||||||
<p className={classes.tableValue}>
|
<p className={classes.tableValue}>
|
||||||
{bpsPrettyPrint(info?.network?.speedUp)} Up{'\n'}
|
{bpsPrettyPrint(info?.network?.speedUp)} Up{'\n'}
|
||||||
{bpsPrettyPrint(info?.network?.speedDown)} Down
|
{bpsPrettyPrint(info?.network?.speedDown)} Down
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{graphs.map((graph) => (
|
{graphs.map((graph) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user