Alert drilldown links now point to historical flows

This commit is contained in:
emanuele-f 2019-02-14 11:22:43 +01:00
parent 278758a3bb
commit 50ee36c11a
5 changed files with 69 additions and 25 deletions

View file

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