forked from Github/OPNsense-Dashboard
Fix LAN bits/bytes receive/sent
This commit is contained in:
parent
b03d28ca27
commit
2829bc49eb
1 changed files with 2 additions and 2 deletions
|
|
@ -2697,8 +2697,8 @@
|
|||
},
|
||||
"indexByName": {
|
||||
"Time": 0,
|
||||
"bytes_recv": 2,
|
||||
"bytes_sent": 1
|
||||
"bytes_recv": 1,
|
||||
"bytes_sent": 2
|
||||
},
|
||||
"renameByName": {
|
||||
"bytes_recv": "Bits Recv",
|
||||
|
|
|
|||
Loading…
Reference in a new issue