Introduces the IPS/IDS cat. to further classify checks

Addresses #5899
This commit is contained in:
Simone Mainardi 2021-09-20 11:55:47 +02:00
parent 05e8bf76f5
commit ba64aad551
4 changed files with 14 additions and 4 deletions

View file

@ -233,6 +233,12 @@ checks.check_categories = {
icon = "fas fa-server",
i18n_title = "checks.category_system",
i18n_descr = "checks.category_system_descr",
},
ids_ips = {
id = 5,
icon = "fas fa-user-lock",
i18n_title = "checks.category_ids_ips",
i18n_descr = "checks.category_ids_ips_descr",
}
}