mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Improve category editor labels and protocol navigation
This commit is contained in:
parent
11e783bae1
commit
9f8a70e279
11 changed files with 215 additions and 101 deletions
|
|
@ -448,7 +448,7 @@ if(user_group == "administrator") then
|
|||
end
|
||||
|
||||
print("<li><a href=\""..ntop.getHttpPrefix().."/lua/admin/edit_ndpi_applications.lua\"><i class=\"fa fa-tags\"></i> ") print(i18n("protocols")) print("</a></li>\n")
|
||||
print("<li><a href=\""..ntop.getHttpPrefix().."/lua/admin/edit_categories.lua\"><i class=\"fa fa-sticky-note\"></i> ") print(i18n("custom_categories.customized_categories")) print("</a></li>\n")
|
||||
print("<li><a href=\""..ntop.getHttpPrefix().."/lua/admin/edit_categories.lua\"><i class=\"fa fa-sticky-note\"></i> ") print(i18n("users.categories")) print("</a></li>\n")
|
||||
end
|
||||
|
||||
local device_protocols_alerts = _POST["toggle_device_protocols_alerts"] or ntop.getPref("ntopng.prefs.device_protocols_alerts")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue