mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Migrates font-awesome 5 fa to fas
This commit is contained in:
parent
e28d0ec755
commit
dacaa7e3db
107 changed files with 669 additions and 669 deletions
|
|
@ -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("\"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue