fixes for missing value format (#5222)

This commit is contained in:
gabryon99 2021-04-27 11:31:58 +02:00
parent 0ad135e59c
commit 6e0cd755cc
5 changed files with 25 additions and 13 deletions

View file

@ -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"),