mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Adjusts naming convention for rest/v1/get/flow/l7/counters.lua
This commit is contained in:
parent
502156c0c9
commit
0d8012d9ec
3 changed files with 8 additions and 8 deletions
|
|
@ -36,7 +36,7 @@ local l7_proto = flowstats["ndpi"]
|
|||
|
||||
for k,v in pairsByKeys(l7_proto, asc) do
|
||||
res[#res + 1] = {
|
||||
id = k,
|
||||
name = k,
|
||||
count = v.num_flows,
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue