#12692 Add help tip in Event storm protection token

This commit is contained in:
miguel angel rasteu 2023-12-29 09:58:20 +01:00
parent 58c9cc5b93
commit 87f1346ee1
1 changed files with 5 additions and 2 deletions

View File

@ -527,9 +527,12 @@ $table->data[$i++][] = html_print_label_input_block(
true
)
);
$help_tip = ui_print_help_tip(
__('No events or alerts will be generated, but data will still be received.'),
true
);
$table->data[$i][] = html_print_label_input_block(
__('Event storm protection'),
__('Event storm protection').$help_tip,
html_print_checkbox_switch(
'event_storm_protection',
1,