From d76d46c1abdd731512465ff7f79c3385a0b49fef Mon Sep 17 00:00:00 2001 From: "edu.corral" Date: Thu, 27 Oct 2022 13:00:39 +0200 Subject: [PATCH] ent 9466 tip icon fix --- pandora_console/godmode/agentes/agent_manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/agentes/agent_manager.php b/pandora_console/godmode/agentes/agent_manager.php index 676a4db993..2261c5e9a5 100644 --- a/pandora_console/godmode/agentes/agent_manager.php +++ b/pandora_console/godmode/agentes/agent_manager.php @@ -309,7 +309,7 @@ $table_ip .= '
'.html_print_input( 'name' => 'fixed_ip', 'value' => $fixed_ip, ] -).__('Fix IP address').ui_print_help_tip(__('Avoid automatic IP address update when agent IP changes.'), true).'
'; +).__('Fix IP address').'

'.ui_print_help_tip(__('Avoid automatic IP address update when agent IP changes.'), true).'

'; $table_ip .= '';