mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Added AS checks family to behavioural checks (#9634)
This commit is contained in:
parent
29666d355e
commit
52b65fcdb2
4 changed files with 15 additions and 2 deletions
|
|
@ -78,7 +78,11 @@ local sub_menu_entries = {
|
|||
['syslog'] = {
|
||||
order = 8,
|
||||
entry = page_utils.menu_entries.scripts_config_syslog
|
||||
}
|
||||
},
|
||||
['as'] = {
|
||||
order = 9,
|
||||
entry = page_utils.menu_entries.scripts_config_as
|
||||
},
|
||||
}
|
||||
local active_entry = sub_menu_entries[check_subdir].entry or page_utils.menu_entries.scripts_config
|
||||
page_utils.print_header_and_set_active_menu_entry(active_entry)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue