mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Changed timeseries table merge order
This commit is contained in:
parent
0e1f16c9b9
commit
7a71e564a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1091,7 +1091,7 @@ if ntop.isPro() then
|
|||
{schema="iface:traffic_tx_behavior", label=i18n("graphs.iface_traffic_tx_behavior"), split_directions = true --[[ split RX and TX directions ]]},
|
||||
}
|
||||
|
||||
default_timeseries = table.merge(default_timeseries, pro_timeseries)
|
||||
default_timeseries = table.merge(pro_timeseries, default_timeseries)
|
||||
end
|
||||
|
||||
-- #################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue