Use extended icon classes.

Also fixes mining alert icon
This commit is contained in:
emanuele-f 2020-01-10 17:01:42 +01:00
parent cef4f6df81
commit 5b05b06c96
43 changed files with 76 additions and 44 deletions

View file

@ -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