diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index da75fd6342..92e32c84e4 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -2521,10 +2521,10 @@ switch ($tab) { }); // Change description when edit port - $( "#text-tcp_port" ).change(function() { + /*$( "#text-tcp_port" ).change(function() { $( "#textarea_description" ).text(`Checks port ${$( "#text-tcp_port" ).val()} is opened`); - }); - + });*/ + // Set the position and width of the subtab /* function agent_wizard_tab_setup() {