Reworked applications and categories tabs (#)

This commit is contained in:
Matteo Biscosi 2024-12-06 17:44:05 +01:00
parent 356f3002f3
commit cec956fa1b
16 changed files with 1061 additions and 441 deletions

View file

@ -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))