From 327516b9315ecffc840aeb2a21b456aa98acf428 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Thu, 21 Mar 2024 14:47:03 +0100 Subject: [PATCH] 13138-Add label event filter --- pandora_console/include/styles/events.css | 5 ----- pandora_console/operation/events/events.php | 9 +++++++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pandora_console/include/styles/events.css b/pandora_console/include/styles/events.css index c3c6f73f5d..88ee563947 100644 --- a/pandora_console/include/styles/events.css +++ b/pandora_console/include/styles/events.css @@ -180,11 +180,6 @@ form.flex-row div.filter_input.filter_input_switch .p-slider { width: 30px; } -form .filter_input_not_search .p-switch { - flex: 0 1 30px; - margin: 0; -} - fieldset { margin: 0 auto; } diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 11a7190791..a6937be623 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -2097,12 +2097,13 @@ $data .= html_print_checkbox_switch( true ); +$data .= ''; $data .= html_print_checkbox_switch( 'regex', @@ -2113,10 +2114,14 @@ $data .= html_print_checkbox_switch( 'checked_slide_events(this);', true ); + +$data .= ''; $data .= '';