mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Move user scripts gui config to admin, cleanup
This commit is contained in:
parent
d037f9a9a4
commit
ad9c386bb3
44 changed files with 241 additions and 289 deletions
|
|
@ -24,8 +24,7 @@ local script = {
|
|||
i18n_title = "entity_thresholds.flow_attacker_title",
|
||||
i18n_description = "entity_thresholds.flow_attacker_description",
|
||||
i18n_field_unit = user_scripts.field_units.flow_sec,
|
||||
input_builder = user_scripts.threshold_cross_input_builder,
|
||||
post_handler = user_scripts.threshold_cross_post_handler,
|
||||
input_builder = "threshold_cross",
|
||||
field_max = 65535,
|
||||
field_min = 1,
|
||||
field_operator = "gt";
|
||||
|
|
|
|||
|
|
@ -25,8 +25,7 @@ local script = {
|
|||
i18n_title = "entity_thresholds.flow_victim_title",
|
||||
i18n_description = "entity_thresholds.flow_victim_description",
|
||||
i18n_field_unit = user_scripts.field_units.flow_sec,
|
||||
input_builder = user_scripts.threshold_cross_input_builder,
|
||||
post_handler = user_scripts.threshold_cross_post_handler,
|
||||
input_builder = "threshold_cross",
|
||||
field_max = 65535,
|
||||
field_min = 1,
|
||||
field_operator = "gt";
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@ local script = {
|
|||
i18n_title = "entity_thresholds.flow_victim_title",
|
||||
i18n_description = "entity_thresholds.flow_victim_description",
|
||||
i18n_field_unit = user_scripts.field_units.flow_sec,
|
||||
input_builder = user_scripts.threshold_cross_input_builder,
|
||||
post_handler = user_scripts.threshold_cross_post_handler,
|
||||
input_builder = "threshold_cross",
|
||||
field_max = 65535,
|
||||
field_min = 1,
|
||||
field_operator = "gt";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue