mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
fixed pie charts and added spinner for the geomap (#4641)
This commit is contained in:
parent
5a455386cb
commit
35ef4da8d4
2 changed files with 6 additions and 4 deletions
|
|
@ -80,6 +80,6 @@ for key, value in pairsByValues(_ifstats, rev) do
|
|||
|
||||
end
|
||||
|
||||
local collapsed = stats_utils.collapse_stats(res, 5, 3 --[[ threshold ]])
|
||||
local collapsed = stats_utils.collapse_stats(res, 1, 3 --[[ threshold ]])
|
||||
|
||||
rest_utils.answer(rc, collapsed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue