mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Fixes title and descr for networks syn scan victim
This commit is contained in:
parent
abdd4143d7
commit
0d70d7c8b9
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ local script = {
|
|||
-- Allow user script configuration from the GUI
|
||||
gui = {
|
||||
-- Localization strings, from the "locales" directory of the plugin
|
||||
i18n_title = "syn_scan_alert.syn_scan_victim_title",
|
||||
i18n_description = "syn_scan_alert.syn_scan_victim_description",
|
||||
i18n_title = "entity_thresholds.syn_scan_victim_title",
|
||||
i18n_description = "entity_thresholds.syn_scan_victim_description",
|
||||
|
||||
-- The input builder to use to draw the gui
|
||||
input_builder = "threshold_cross",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue