mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +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
|
|
@ -95,7 +95,7 @@ for key in pairsByValues(sort_to_key, sOrder) do
|
|||
local chart = ""
|
||||
|
||||
if ts_utils.exists("monitored_host:rtt", {ifid=getSystemInterfaceId(), host=key}) then
|
||||
chart = '<a href="'.. plugins_utils.getUrl('rtt_stats.lua') .. '?rtt_host='.. key ..'&page=historical"><i class="fa fa-chart-area fa-lg"></i></a>'
|
||||
chart = '<a href="'.. plugins_utils.getUrl('rtt_stats.lua') .. '?rtt_host='.. key ..'&page=historical"><i class="fas fa-chart-area fa-lg"></i></a>'
|
||||
end
|
||||
|
||||
local column_last_ip = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue