mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixed missing smile
This commit is contained in:
parent
e808cbb78b
commit
d35b1b6348
1 changed files with 2 additions and 2 deletions
|
|
@ -1723,7 +1723,7 @@ function formatBreed(breed)
|
|||
elseif(breed == "Acceptable") then
|
||||
return("<i class='fa fa-thumbs-o-up' alt='Acceptable Protocol'></i>")
|
||||
elseif(breed == "Fun") then
|
||||
return("<i class='fa fa-smile' alt='Fun Protocol'></i>")
|
||||
return("<i class='fa fa-smile-o' alt='Fun Protocol'></i>")
|
||||
elseif(breed == "Unsafe") then
|
||||
return("<i class='fa fa-thumbs-o-down'></i>")
|
||||
elseif(breed == "Dangerous") then
|
||||
|
|
@ -2034,4 +2034,4 @@ function printTCPFlags(flags)
|
|||
if(hasbit(flags,0x08)) then print('<span class="label label-info">PUSH</span> ') end
|
||||
if(hasbit(flags,0x10)) then print('<span class="label label-info">ACK</span> ') end
|
||||
if(hasbit(flags,0x20)) then print('<span class="label label-info">URG</span> ') end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue