mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39: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
|
|
@ -25,7 +25,7 @@ local function printHashTablesDropdown(base_url, page_params)
|
|||
local hash_table = _GET["hash_table"]
|
||||
local hash_table_filter
|
||||
if not isEmptyString(hash_table) then
|
||||
hash_table_filter = '<span class="fa fa-filter"></span>'
|
||||
hash_table_filter = '<span class="fas fa-filter"></span>'
|
||||
else
|
||||
hash_table_filter = ''
|
||||
end
|
||||
|
|
@ -144,7 +144,7 @@ local function printPeriodicactivityDropdown(base_url, page_params)
|
|||
local periodic_activity = _GET["periodic_script"]
|
||||
local periodic_activity_filter
|
||||
if not isEmptyString(periodic_activity) then
|
||||
periodic_activity_filter = '<span class="fa fa-filter"></span>'
|
||||
periodic_activity_filter = '<span class="fas fa-filter"></span>'
|
||||
else
|
||||
periodic_activity_filter = ''
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue