mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Split RX/TX in other charts
This commit is contained in:
parent
c1a1ff54da
commit
ebe2e78b7e
5 changed files with 5 additions and 5 deletions
|
|
@ -96,7 +96,7 @@ if page == "historical" then
|
|||
|
||||
graph_utils.drawGraphs(ifId, schema, tags, _GET["zoom"], url, selected_epoch, {
|
||||
timeseries = {
|
||||
{schema="subnet:traffic", label=i18n("traffic")},
|
||||
{schema="subnet:traffic", label=i18n("traffic"), split_directions = true --[[ split RX and TX directions ]]},
|
||||
{schema="subnet:broadcast_traffic", label=i18n("broadcast_traffic")},
|
||||
{schema="subnet:engaged_alerts", label=i18n("show_alerts.engaged_alerts")},
|
||||
{schema="subnet:tcp_retransmissions", label=i18n("graphs.tcp_packets_retr"), nedge_exclude=1},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue