mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Use extended icon classes.
Also fixes mining alert icon
This commit is contained in:
parent
cef4f6df81
commit
5b05b06c96
43 changed files with 76 additions and 44 deletions
|
|
@ -86,7 +86,7 @@ function alertTypeLabel(v, nohtml)
|
|||
if(nohtml) then
|
||||
return(title)
|
||||
else
|
||||
return(string.format('<i class="fas %s"></i> %s', type_info.icon, title))
|
||||
return(string.format('<i class="%s"></i> %s', type_info.icon, title))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue