mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Reworked applications and categories tabs (#)
This commit is contained in:
parent
356f3002f3
commit
cec956fa1b
16 changed files with 1061 additions and 441 deletions
|
|
@ -119,7 +119,7 @@ if(ndpistats_mode == "count") then
|
|||
}
|
||||
end
|
||||
|
||||
rest_utils.answer(rc, graph_utils.convert_pie_data(res, new_charts, js_formatter))
|
||||
rest_utils.answer(rc, graph_utils.convert_pie_data(res, true, js_formatter))
|
||||
return
|
||||
end
|
||||
|
||||
|
|
@ -138,4 +138,4 @@ if collapse_stats == "true" then
|
|||
res = stats_utils.collapse_stats(res, 1, 3 --[[ threshold ]])
|
||||
end
|
||||
|
||||
rest_utils.answer(rc, graph_utils.convert_pie_data(res, new_charts, js_formatter))
|
||||
rest_utils.answer(rc, graph_utils.convert_pie_data(res, true, js_formatter))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue