mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 00:42:14 +00:00
Device Protocols icons change
This commit is contained in:
parent
eeacb0e205
commit
e940ea06e2
2 changed files with 6 additions and 2 deletions
|
|
@ -31,7 +31,6 @@ local lang = {
|
|||
["define"] = "Define",
|
||||
["delete"] = "Delete",
|
||||
["destination"] = "Destination",
|
||||
["device_protocols"] = "Device Protocols",
|
||||
["difference"] = "Difference",
|
||||
["disabled"] = "Disabled",
|
||||
["dns"] = "DNS",
|
||||
|
|
@ -528,6 +527,11 @@ local lang = {
|
|||
["vlan_id"] = "VLAN ID",
|
||||
["whois_lookup"] = "Whois Lookup",
|
||||
},
|
||||
["device_protocols"] = {
|
||||
["device_protocols"] = "Device Protocols",
|
||||
["alert"] = "Trigger Alert",
|
||||
["ok"] = "Acceptable",
|
||||
},
|
||||
["device_types"] = {
|
||||
["iot"] = "IoT",
|
||||
["laptop"] = "Laptop",
|
||||
|
|
|
|||
|
|
@ -441,7 +441,7 @@ if(user_group == "administrator") then
|
|||
|
||||
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")
|
||||
-- TODO uncomment to enable the device protocols editor
|
||||
-- print("<li><a href=\""..ntop.getHttpPrefix().."/lua/pro/admin/edit_device_protocols.lua\"><i class=\"fa fa-tablet\"></i> ") print(i18n("device_protocols")) print("</a></li>\n")
|
||||
-- print("<li><a href=\""..ntop.getHttpPrefix().."/lua/pro/admin/edit_device_protocols.lua\"><i class=\"fa fa-tablet\"></i> ") print(i18n("device_protocols.device_protocols")) print("</a></li>\n")
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue