diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 4129e8fcd3..4432fef1cd 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -2476,6 +2476,11 @@ switch ($tab) { } }); }); + + // Change description when edit port + $( "#text-tcp_port" ).change(function() { + $( "#textarea_description" ).text(`Checks port ${$( "#text-tcp_port" ).val()} is opened`); + }); // Set the position and width of the subtab /*