mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implement flow alert details page
This commit is contained in:
parent
fb36abecd3
commit
342064446d
4 changed files with 94 additions and 14 deletions
|
|
@ -208,7 +208,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
record["column_server_rtt"] = format_utils.formatMillis(value["server_tcp_info"]["rtt"])
|
||||
end
|
||||
|
||||
local column_key = "<A class='btn btn-sm btn-warning' HREF='"
|
||||
local column_key = "<A class='btn btn-sm btn-info' HREF='"
|
||||
..ntop.getHttpPrefix().."/lua/flow_details.lua?flow_key="..value["ntopng.key"].."&flow_hash_id="..value["hash_entry_id"]
|
||||
.."'><i class='fas fa-search-plus'></i></A>"
|
||||
if(have_nedge) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue