Removed old d3 piechart, moved to d3v7 (#10136)

This commit is contained in:
GabrieleDeri 2026-03-06 17:13:35 +01:00 committed by GitHub
parent 0e37626682
commit d10842a08c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 1078 additions and 1141 deletions

View file

@ -290,17 +290,6 @@ function flowinfo2process(process, host_info_to_url)
full_clean_name, process["pid"], clean_name)
end
-- if not isEmptyString(process["user_name"]) then
-- local clean_user_name = process["user_name"]:gsub("'", '')
-- proc_user_name = string.format("<A HREF='%s/lua/username_details.lua?%s&username=%s&uid=%u'><i class='fas fa-linux'></i> %s</A>",
-- ntop.getHttpPrefix(),
-- host_info_to_url,
-- clean_user_name,
-- process["uid"],
-- clean_user_name)
-- end
if ((proc_user_name ~= '') or (proc_name ~= '')) then
fmt = string.format("[%s]",
table.concat({proc_user_name, proc_name}, ' '))