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

@ -99,7 +99,7 @@ for key in pairsByValues(sort_to_key, sOrder) do
local chart = "-"
if ts_utils.exists("pod:num_flows", {ifid=ifId, pod=key}) then
chart = '<a href="'.. ntop.getHttpPrefix() ..'/lua/pod_details.lua?pod='.. key ..'&page=historical"><i class="fa fa-chart-area fa-lg"></i></a>'
chart = '<a href="'.. ntop.getHttpPrefix() ..'/lua/pod_details.lua?pod='.. key ..'&page=historical"><i class="fas fa-chart-area fa-lg"></i></a>'
end
local num_containers = pod["num_containers"]