mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add multicast forwarders. (#7396)
This commit is contained in:
parent
423af58fb0
commit
5f54c64dee
11 changed files with 550 additions and 18 deletions
|
|
@ -202,6 +202,7 @@ page_utils.menu_entries = {
|
|||
dhcp_active_leases = {key = "dhcp_active_leases", i18n_title = "nedge.active_dhcp_leases", section = "system_stats"},
|
||||
port_forwarding = {key = "port_forwarding", i18n_title = "nedge.port_forwarding", section = "system_stats"},
|
||||
rules_config = {key = "rules_config", i18n_title = "nedge.rules_config_title", section = "system_stats"},
|
||||
forwarders_config = {key = "forwarders_config", i18n_title = "nedge.repeaters_config_title", section = "system_stats"}
|
||||
}
|
||||
|
||||
-- Extend the menu entries with the scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue