add host pool members page

This commit is contained in:
gabryon99 2020-07-20 11:49:40 +02:00
parent 7e5f3d7319
commit 2c27297ed3
22 changed files with 1770 additions and 1411 deletions

View file

@ -113,11 +113,8 @@ 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 = "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},
pools_active_monitoring = {key = "pools_active_monitoring", i18n_title = "pools.pool_names.active_monitoring", section = "pools", visible_iface = false, visible_system = true},
host_members = {key = "host_members", i18n_title = "host_pools.host_members", section = "pools", visible_iface = false, visible_system = true},
manage_pools = {key = "manage_pools", i18n_title = "pools.pools", section = "pools", visible_iface = false, visible_system = true},
-- Home
live_capture = {key = "live_capture", i18n_title = "live_capture.active_live_captures", section = "home"},