From d83abafaaaacef1b5c40d003e2fb184b27bb3d28 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Wed, 21 Dec 2022 17:05:01 +0100 Subject: [PATCH] 9996 Edit description when create ssh module --- pandora_console/godmode/agentes/configurar_agente.php | 5 +++++ 1 file changed, 5 insertions(+) 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 /*