mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Change RTT to Active Monitoring
This commit is contained in:
parent
1cab19f065
commit
05a4e3cf84
13 changed files with 62 additions and 124 deletions
|
|
@ -85,7 +85,7 @@ page_utils.menu_entries = {
|
|||
snmp = {key = "snmp", i18n_title = "prefs.snmp", section = "snmp", visible_system = true},
|
||||
|
||||
-- System
|
||||
rtt_monitor_enable = {key = "rtt_monitor_enable", i18n_title = "host_config.rtt_monitor", section = "system", is_modal = true},
|
||||
rtt_monitor_enable = {key = "rtt_monitor_enable", i18n_title = "rtt_stats.active_monitoring", section = "system", is_modal = true},
|
||||
|
||||
-- Status (Health)
|
||||
system_status = {key = "status", i18n_title = "system_status", section = "system_health", visible_system = true},
|
||||
|
|
@ -176,6 +176,7 @@ end
|
|||
-- NOTE: this function is called by the web pages in order to
|
||||
-- set the active entry and section and highlight it into the menu
|
||||
function page_utils.set_active_menu_entry(entry, i18n_params, alt_title)
|
||||
entry = entry or page_utils.menu_entries.traffic_dashboard
|
||||
|
||||
active_section = entry.section
|
||||
active_entry = entry.key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue