diff --git a/pandora_console/godmode/agentes/planned_downtime.editor.php b/pandora_console/godmode/agentes/planned_downtime.editor.php
index b1311a7846..c797b268a3 100644
--- a/pandora_console/godmode/agentes/planned_downtime.editor.php
+++ b/pandora_console/godmode/agentes/planned_downtime.editor.php
@@ -633,8 +633,6 @@ echo '';
if ($id_downtime > 0) {
echo "
";
- // Show available agents to include into downtime
- echo '' . __('Available agents') . ':';
$filter_group = (int) get_parameter("filter_group", 0);
@@ -707,7 +705,8 @@ if ($id_downtime > 0) {
echo "
";
html_print_submit_button (__('Filter by group'), '', false, 'class="sub next"',false);
echo "";
-
+ // Show available agents to include into downtime
+ echo '' . __('Available agents') . ':';
echo " |