Added AS checks family to behavioural checks (#9634)

This commit is contained in:
Manuel Ceroni 2025-09-08 12:43:48 +02:00 committed by GitHub
parent 29666d355e
commit 52b65fcdb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 2 deletions

View file

@ -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)