mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix invalid ds name
This commit is contained in:
parent
531a9455b9
commit
0a064fe4da
3 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ local top_rrds = {
|
|||
{rrd="broadcast_bytes.rrd", label=i18n("broadcast_traffic")},
|
||||
{rrd="packets.rrd", label=i18n("packets")},
|
||||
{rrd="drops.rrd", label=i18n("graphs.packet_drops")},
|
||||
{rrd="num_zmq_received_flows.rrd", label=i18n("graphs.zmq_received_flows")},
|
||||
{rrd="num_zmq_rcvd_flows.rrd", label=i18n("graphs.zmq_received_flows")},
|
||||
{separator=1},
|
||||
{rrd="tcp_lost.rrd", label=i18n("graphs.tcp_packets_lost")},
|
||||
{rrd="tcp_ooo.rrd", label=i18n("graphs.tcp_packets_ooo")},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue