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
|
|
@ -120,7 +120,7 @@ for id, _ in pairsByValues(sorter, sOrder) do
|
|||
|
||||
local chart_link = nil
|
||||
if not isEmptyString(job.chart_url) then
|
||||
chart_link = '<a href="'.. job.chart_url ..'"><i class="fa fa-lg fa-chart-area"></i></a>'
|
||||
chart_link = '<a href="'.. job.chart_url ..'"><i class="fas fa-lg fa-chart-area"></i></a>'
|
||||
end
|
||||
|
||||
local bpf_filter = "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue