mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added historical page into ports analysis
This commit is contained in:
parent
b7161c13b0
commit
adfdb5c973
5 changed files with 26 additions and 21 deletions
|
|
@ -104,11 +104,11 @@ page_utils.menu_entries = {
|
|||
hosts_treemap = {key = "hosts_treemap", i18n_title = "tree_map.hosts_treemap", section = "hosts"},
|
||||
containers = {key = "containers", i18n_title = "containers_stats.containers", section = "hosts"},
|
||||
pods = {key = "pods", i18n_title = "containers_stats.pods", section = "hosts"},
|
||||
ports_analysis = {key = "ports_analysis", i18n_title = "ports_analysis.title", section = "hosts"},
|
||||
|
||||
-- Interface
|
||||
interface = {key = "interface", i18n_title = "interface_ifname", section = "if_stats"},
|
||||
|
||||
interface = {key = "interface", i18n_title = "interface_details", section = "if_stats"},
|
||||
ports_analysis = {key = "ports_analysis", i18n_title = "ports_analysis.title", section = "if_stats"},
|
||||
|
||||
-- Pollers
|
||||
snmp = {key = "snmp", i18n_title = "prefs.snmp", section = "pollers"},
|
||||
infrastructure_dashboard = {key = "infrastructure_dashboard", i18n_title = "infrastructure_dashboard.infrastructure_dashboard", section = "pollers"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue