mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
add new service map page under host menu
This commit is contained in:
parent
f3080206a7
commit
65a5d4658c
6 changed files with 360 additions and 15 deletions
|
|
@ -81,6 +81,7 @@ page_utils.menu_entries = {
|
|||
hosts_treemap = {key = "hosts_treemap", i18n_title = "tree_map.hosts_treemap", section = "hosts", visible_iface = true},
|
||||
host_explorer = {key = "host_explorer", i18n_title = "host_explorer", section = "hosts", visible_iface = true},
|
||||
containers = {key = "containers", i18n_title = "containers_stats.containers", section = "hosts", visible_iface = true},
|
||||
service_map = {key = "service_map", i18n_title="service_map", section = "hosts", visible_iface = true, visible_system = false},
|
||||
pods = {key = "pods", i18n_title = "containers_stats.pods", section = "hosts", visible_iface = true},
|
||||
|
||||
-- Interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue