mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
removed unused in-line styles (Issue #5618)
This commit is contained in:
parent
0b0107ab34
commit
94b498436c
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ local fingerprint_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 style="color:#ff8a26;cursor:pointer;" class="fas fa-external-link-alt"></A> </i>' end
|
||||
href = function(fp) return '<A title="https://sslbl.abuse.ch/ja3-fingerprints/'..fp..'" target="_blank">'..fp..' <i class="fas fa-external-link-alt"></A> </i>' end
|
||||
},
|
||||
hassh = {
|
||||
stats_key = "hassh_fingerprint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue