mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Refactors script_categories into check_categories (c++ and lua)
This commit is contained in:
parent
9cc3162513
commit
e33af8a23c
110 changed files with 208 additions and 208 deletions
|
|
@ -71,7 +71,7 @@ local context = {
|
|||
endpoint_types_labels = endpoint_types_labels,
|
||||
endpoint_list = endpoints,
|
||||
can_create_recipient = can_create_recipient,
|
||||
script_categories = checks.script_categories,
|
||||
check_categories = checks.check_categories,
|
||||
alert_severities = alert_severities,
|
||||
filters = {
|
||||
endpoint_types = endpoint_type_filters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue