mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
fixes for missing value format (#5222)
This commit is contained in:
parent
0ad135e59c
commit
6e0cd755cc
5 changed files with 25 additions and 13 deletions
|
|
@ -79,7 +79,9 @@ hosts_map_utils.MODES = {
|
|||
mode = hosts_map_utils.HostsMapMode.TCP_PKTS_SENT_VS_RCVD,
|
||||
label = i18n("hosts_map_page.tcp_pkts_sent_vs_rcvd"),
|
||||
x_label = i18n("hosts_map_page.labels.tcp_p_s"),
|
||||
y_label = i18n("hosts_map_page.labels.tcp_p_r")
|
||||
y_label = i18n("hosts_map_page.labels.tcp_p_r"),
|
||||
x_formatter = "fint",
|
||||
y_formatter = "fint",
|
||||
}, {
|
||||
mode = hosts_map_utils.HostsMapMode.TCP_BYTES_SENT_VS_RCVD,
|
||||
label = i18n("hosts_map_page.tcp_bytes_sent_vs_rcvd"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue