mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +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
|
|
@ -15,7 +15,7 @@ local rest_utils = require("rest_utils")
|
|||
local available_fingerprints = {
|
||||
ja3 = {
|
||||
stats_key = "ja3_fingerprint",
|
||||
href = function(fp) return '<A title="https://sslbl.abuse.ch/ja3-fingerprints/'..fp..'" target="_blank">'..fp..' <i class="fas fa-external-link-alt"></i></A>' end
|
||||
href = function(fp) return '<A class="ntopng-external-link" href="https://sslbl.abuse.ch/ja3-fingerprints/'..fp..'" target="_blank">'..fp..' <i class="fas fa-external-link-alt"></i></A>' end
|
||||
},
|
||||
hassh = {
|
||||
stats_key = "hassh_fingerprint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue