Fix LAN bits/bytes receive/sent

This commit is contained in:
Brendan Smith 2022-04-29 13:59:31 -05:00 committed by GitHub
parent 879e8a2d3c
commit b03d28ca27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2701,8 +2701,8 @@
"bytes_sent": 1
},
"renameByName": {
"bytes_recv": "Bits Sent",
"bytes_sent": "Bits Recv"
"bytes_recv": "Bits Recv",
"bytes_sent": "Bits Sent"
}
}
}
@ -2795,8 +2795,8 @@
"bytes_sent": 1
},
"renameByName": {
"bytes_recv": "Bytes Sent - This Month",
"bytes_sent": "Bytes Recv - This Month"
"bytes_recv": "Bytes Recv - This Month",
"bytes_sent": "Bytes Sent - This Month"
}
}
}