From 1c41a91c1499a597d11883ec9b253eda0c4aa6d9 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Tue, 25 Apr 2023 10:19:30 +0200 Subject: [PATCH] #10869 removed the group_id from the url, in the detail agent filter --- pandora_console/operation/agentes/estado_agente.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/estado_agente.php b/pandora_console/operation/agentes/estado_agente.php index 6fffdb00ae..9a7a97ed9d 100644 --- a/pandora_console/operation/agentes/estado_agente.php +++ b/pandora_console/operation/agentes/estado_agente.php @@ -278,7 +278,7 @@ $fields[AGENT_STATUS_NOT_NORMAL] = __('Not normal'); $fields[AGENT_STATUS_NOT_INIT] = __('Not init'); $searchForm = ''; -$searchForm .= '
'; +$searchForm .= ''; $table = new stdClass(); $table->width = '100%';