Changed back url from title to href attribute on anchor tags (Issue #5618)

This commit is contained in:
Vasilis Tako 2021-08-04 15:19:36 +02:00
parent 1d194213f7
commit 4da05360f8
23 changed files with 102 additions and 92 deletions

View file

@ -50,7 +50,7 @@ function alert_suspicious_file_transfer.format(ifid, alert, alert_type_params)
if alert_type_params and alert_type_params["protos.http.last_url"] then
local url = alert_type_params["protos.http.last_url"]
local href = '<a title= http://' .. url .. ' ><i class="fas fa-external-link-alt fa-lg"></i></a>'
local href = '<a class="ntopng-external-link" href= http://' .. url .. ' ><i class="fas fa-external-link-alt fa-lg"></i></a>'
local type_icon = ''
local info = ''