notification for geoip, contribution and alert notification api in js

This commit is contained in:
gabryon99 2020-07-15 09:51:14 +02:00
parent e1444c0422
commit 48dc7e1a93
20 changed files with 197 additions and 139 deletions

View file

@ -113,7 +113,7 @@ page_utils.menu_entries = {
remote_assistance = {key = "remote_assistance", i18n_title = "remote_assistance.remote_assistance", section = "tools", help_link = "https://www.ntop.org/guides/ntopng/remote_assistance.html"},
-- Pools
pools_host = {key = "pools_host", i18n_title = "host_pools.host_pools", section = "pools", visible_iface = false, visible_system = true},
pools_host = {key = "pools_host", i18n_title = "pools.pool_names.host", section = "pools", visible_iface = false, visible_system = true},
pools_interface = {key = "pools_interface", i18n_title = "pools.pool_names.interface", section = "pools", visible_iface = false, visible_system = true},
pools_snmp = {key = "pools_snmp", i18n_title = "pools.pool_names.snmp", section = "pools", visible_iface = false, visible_system = true},
pools_local_network = {key = "pools_local_network", i18n_title = "pools.pool_names.local_network", section = "pools", visible_iface = false, visible_system = true},