mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Fix SNMP Error metric label in rules page.
This commit is contained in:
parent
78565f9fc0
commit
3cf17c6e11
1 changed files with 1 additions and 1 deletions
|
|
@ -6802,7 +6802,7 @@ local lang = {
|
|||
},
|
||||
["snmp_devices_rules_metrics"] = {
|
||||
["bytes"] = "Bytes (RX/TX)",
|
||||
["errors"] = "Errors (Packets Errors/Packets Discards)",
|
||||
["errors"] = "Errors (Packets Errors/Discards)",
|
||||
["packets"] = "Packets (RX/TX)",
|
||||
},
|
||||
["validation"] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue