mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Changed back url from title to href attribute on anchor tags (Issue #5618)
This commit is contained in:
parent
1d194213f7
commit
4da05360f8
23 changed files with 102 additions and 92 deletions
|
|
@ -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 = ''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue