mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Fixed #2611 automatically delete alert older than
This commit is contained in:
parent
864723c151
commit
3c6674e32d
9 changed files with 41 additions and 5 deletions
|
|
@ -2457,7 +2457,7 @@ function formatBreed(breed)
|
|||
elseif(breed == "Fun") then
|
||||
return("<i class='fas fa-smile' alt='Fun Protocol'></i>")
|
||||
elseif(breed == "Unsafe") then
|
||||
return("<i class='fas fa-thumbs-down'></i>")
|
||||
return("<i class='fas fa-thumbs-down' style='color: red'></i>")
|
||||
elseif(breed == "Dangerous") then
|
||||
return("<i class='fas fa-exclamation-triangle'></i>")
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue