mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes blocked/dropped flows labels
This commit is contained in:
parent
931070804c
commit
8b4af67b26
4 changed files with 5 additions and 4 deletions
|
|
@ -478,7 +478,7 @@ print [[ }
|
|||
]]
|
||||
print("</script>\n")
|
||||
|
||||
if(ifstats.zmqRecvStats ~= nil) then
|
||||
if(ifstats.zmqRecvStats ~= nil) then
|
||||
print("<tr><th colspan=7 nowrap>"..i18n("if_stats_overview.zmq_rx_statistics").."</th></tr>\n")
|
||||
print("<tr><th nowrap>"..i18n("if_stats_overview.collected_flows").."</th><td width=20%><span id=if_zmq_flows>"..formatValue(ifstats.zmqRecvStats.flows).."</span></td>")
|
||||
print("<th nowrap>"..i18n("if_stats_overview.interface_rx_updates").."</th><td width=20%><span id=if_zmq_events>"..formatValue(ifstats.zmqRecvStats.events).."</span></td>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue