Moved snmp similarity page to vue and changed some files wrongly named

This commit is contained in:
Matteo Biscosi 2024-05-14 18:24:41 -04:00
parent d9fad2cc41
commit af3fd4823d
8 changed files with 332 additions and 137 deletions

View file

@ -45,12 +45,6 @@ format_name_value = format_utils.format_name_value
-- ##############################################
function isAllowedSystemInterface()
return ntop.isAllowedInterface(tonumber(getSystemInterfaceId()))
end
-- ##############################################
local cached_allowed_networks_set = nil
function hasAllowedNetworksSet()