mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fix getExtraFlowInfoURL
This commit is contained in:
parent
c702d8e4a3
commit
72dca21d3d
2 changed files with 2 additions and 1 deletions
|
|
@ -4917,7 +4917,7 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function getExtraFlowInfoURL()
|
||||
function getExtraFlowInfoURL(alert_json)
|
||||
if alert_json then
|
||||
if alert_json["proto"] and alert_json["proto"]["http"] and not isEmptyString(alert_json["proto"]["http"]["last_url"]) then
|
||||
return alert_json["proto"]["http"]["last_url"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue