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
|
|
@ -57,7 +57,7 @@ end
|
|||
|
||||
function telemetry_utils.show_notice()
|
||||
if not dismiss_notice() and (not _SERVER or not _SERVER["URI"]:match("/lua/admin/prefs.lua")) then
|
||||
print('<br><div id="telemetry-data" class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> ')
|
||||
print('<br><div id="telemetry-data" class="alert alert-info" role="alert"><i class="fas fa-info-circle"></i> ')
|
||||
print[[<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>]]
|
||||
|
||||
telemetry_utils.notice_msg()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue