Migrates font-awesome 5 fa to fas

This commit is contained in:
Simone Mainardi 2019-12-18 11:50:02 +01:00
parent e28d0ec755
commit dacaa7e3db
107 changed files with 669 additions and 669 deletions

View file

@ -35,11 +35,11 @@ else
end
if(flow["throughput_trend_"..throughput_type] == 1) then
print("<i class='fa fa-arrow-up'></i>")
print("<i class='fas fa-arrow-up'></i>")
elseif(flow["throughput_trend_"..throughput_type] == 2) then
print("<i class='fa fa-arrow-down'></i>")
print("<i class='fas fa-arrow-down'></i>")
elseif(flow["throughput_trend_"..throughput_type] == 3) then
print("<i class='fa fa-minus'></i>")
print("<i class='fas fa-minus'></i>")
end
print("\"")