mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +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
|
|
@ -110,7 +110,7 @@ if(ndpistats_mode == "count") then
|
|||
return
|
||||
end
|
||||
|
||||
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