mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +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
|
|
@ -32,13 +32,13 @@ page_utils.print_navbar(title, url,
|
|||
{
|
||||
active = page == "overview" or not page,
|
||||
page_name = "overview",
|
||||
label = "<i class=\"fa fa-lg fa-home\"></i>",
|
||||
label = "<i class=\"fas fa-lg fa-home\"></i>",
|
||||
},
|
||||
{
|
||||
hidden = false,
|
||||
active = page == "config",
|
||||
page_name = "config",
|
||||
label = "<i class='fa fa-lg fa-cog'></i>",
|
||||
label = "<i class='fas fa-lg fa-cog'></i>",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue