Skip to content

Commit

Permalink
Fix interfaces Rx statistics display
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
  • Loading branch information
namedun committed Dec 6, 2020
1 parent f6e3e32 commit a43d2b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All dates in this document are in `DD.MM.YYYY` format.

### Fixed
- Fixed IE11 compatibility.
- Fixed Rx interface statistics display.

## [Version 2.0.0] (22.04.2020)
### Changed
Expand Down
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/lldpd/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ return L.view.extend({
],
this.renderProtocol(iobj.via),
this.renderNumber(sobj.tx[0].tx),
this.renderNumber(sobj.tx[0].rx),
this.renderNumber(sobj.rx[0].rx),
this.renderNumber(sobj.rx_discarded_cnt[0].rx_discarded_cnt),
this.renderNumber(sobj.rx_unrecognized_cnt[0].rx_unrecognized_cnt),
this.renderNumber(sobj.ageout_cnt[0].ageout_cnt),
Expand Down

0 comments on commit a43d2b7

Please sign in to comment.