mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
fixed navbar icons (#5247)
This commit is contained in:
parent
77603aaf82
commit
fdaf96aedb
3 changed files with 8 additions and 7 deletions
|
|
@ -137,7 +137,7 @@ for key, sub_menu in pairsByField(sub_menu_entries, 'order', asc) do
|
|||
}
|
||||
end
|
||||
|
||||
page_utils.print_navbar('<i class="fab fa-superpowers"></i> ' .. i18n("internals.user_scripts"), '#', navbar_menu)
|
||||
page_utils.print_navbar(i18n("internals.user_scripts"), '#', navbar_menu)
|
||||
|
||||
local context = {
|
||||
script_list = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue