spelling of keyword

This commit is contained in:
hockwill 2024-07-21 22:42:23 -04:00
parent 55bcadedff
commit d2da68bc6c

View File

@ -69,7 +69,7 @@ export default {
name: network.interface_name,
speed: network.speed,
online: network.speed ? 'up' : 'down', //v3 to v4 is_up no longer seems to be a default response field
currentDownload: netowkr.bytes_recv,
currentDownload: network.bytes_recv,
currentUpload: network.bytes_sent,
totalDownload: network.bytes_recv_gauge,
totalUpload: network.bytes_sent_gauge,