mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Alert drilldown links now point to historical flows
This commit is contained in:
parent
278758a3bb
commit
50ee36c11a
5 changed files with 69 additions and 25 deletions
|
|
@ -110,7 +110,7 @@ for _key,_value in ipairs(alerts) do
|
|||
if ntop.isPro() then
|
||||
column_chart = getAlertGraphLink(getInterfaceId(ifname), _value)
|
||||
if not isEmptyString(column_chart) then
|
||||
column_chart = "<a href='".. column_chart .."'><i class='fa fa-area-chart fa-lg'></i></a>"
|
||||
column_chart = "<a href='".. column_chart .."'><i class='fa fa-search-plus drilldown-icon'></i></a>"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue