FontAwesome 5 migration

This commit is contained in:
Simone Mainardi 2019-12-09 15:11:37 +01:00
parent 5abe91771e
commit 7402bbdd14
1704 changed files with 129689 additions and 236 deletions

View file

@ -285,7 +285,7 @@ local no_pools = (#available_pools <= 1)
if selected_pool.id ~= host_pools_utils.DEFAULT_POOL_ID then
if ntop.getCache("ntopng.prefs.host_pools_rrd_creation") == "1" and ts_utils.exists("host_pool:traffic", {ifid=ifId, pool=selected_pool.id}) then
print("&nbsp; <a href='"..ntop.getHttpPrefix().."/lua/pool_details.lua?pool="..selected_pool.id.."&page=historical' title='Chart'><i class='fa fa-area-chart'></i></a>")
print("&nbsp; <a href='"..ntop.getHttpPrefix().."/lua/pool_details.lua?pool="..selected_pool.id.."&page=historical' title='Chart'><i class='fa fa-chart-area'></i></a>")
end
end