diff --git a/pandora_console/godmode/massive/massive_operations.php b/pandora_console/godmode/massive/massive_operations.php index b4d4474c20..b08d61ff4c 100755 --- a/pandora_console/godmode/massive/massive_operations.php +++ b/pandora_console/godmode/massive/massive_operations.php @@ -435,12 +435,14 @@ if (is_management_allowed() === false) { $text_warning = __('any node'); } - ui_print_warning_message( - __( - 'This node is configured with centralized mode. To delete agents go to %s', - $text_warning - ) - ); + if ($option == 'delete_agents') { + ui_print_warning_message( + __( + 'This node is configured with centralized mode. To delete agents go to %s', + $text_warning + ) + ); + } } $tip = '';