mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Remove iface_ndpi_stats.lua (use the REST API)
This commit is contained in:
parent
a10f8cd0c3
commit
192a043ae5
8 changed files with 14 additions and 215 deletions
|
|
@ -63,7 +63,7 @@ end
|
|||
|
||||
tot = stats["bytes.sent"] + stats["bytes.rcvd"]
|
||||
|
||||
local _ifstats = computeL7Stats(stats)
|
||||
local _ifstats = computeL7Stats(stats, show_breed, show_ndpi_category)
|
||||
|
||||
-- Print up to this number of entries
|
||||
local max_num_entries = 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue