diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 0863e35607..66a6908442 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -3080,7 +3080,10 @@ function process_datatables_callback(table, settings) { .data() .each( function ( group, i ) { $(rows).eq( i ).show(); - if ( last !== group ) { + // Compare only "a" tag because in metaconsole the node has "form". + let last_to_compare = $(last).filter('a').html(); + let group_to_compare = $(group).filter('a').html(); + if ( last_to_compare !== group_to_compare ) { $(rows).eq( i ).before( '' +''