mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +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
|
|
@ -310,7 +310,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
record["column_thpt"] = "0 "..throughput_type
|
||||
end
|
||||
|
||||
local column_info = hostinfo2detailshref(value, {page = "flows"}, "<span class='btn btn-sm btn-warning'><i class='fas fa-stream'></i></span>")
|
||||
local column_info = hostinfo2detailshref(value, {page = "flows"}, "<span class='btn btn-sm btn-info'><i class='fas fa-stream'></i></span>")
|
||||
|
||||
if have_nedge and (host ~= nil) and (host.localhost or host.systemhost) then
|
||||
column_info = column_info.." <span title='"..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue