mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +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
|
|
@ -96,11 +96,11 @@ if host then
|
|||
|
||||
-- See ValueTrend in ntop_typedefs.h for values
|
||||
if host["throughput_trend_"..throughput_type] == 1 then
|
||||
res_thpt = res_thpt .. " <i class='fa fa-arrow-up'></i>"
|
||||
res_thpt = res_thpt .. " <i class='fas fa-arrow-up'></i>"
|
||||
elseif host["throughput_trend_"..throughput_type] == 2 then
|
||||
res_thpt = res_thpt .. " <i class='fa fa-arrow-down'></i>"
|
||||
res_thpt = res_thpt .. " <i class='fas fa-arrow-down'></i>"
|
||||
elseif host["throughput_trend_"..throughput_type] == 3 then
|
||||
res_thpt = res_thpt .. " <i class='fa fa-minus'></i>"
|
||||
res_thpt = res_thpt .. " <i class='fas fa-minus'></i>"
|
||||
end
|
||||
|
||||
res["column_thpt"] = res_thpt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue