Merge branch 'ent-10623-se-anade-descripcion-automatica-al-configurar-puerto-en-chequeos-remotos' into 'develop'

Ent 10623 se anade descripcion automatica al configurar puerto en chequeos remotos

See merge request artica/pandorafms!5786
This commit is contained in:
Rafael Ameijeiras 2023-05-17 14:41:50 +00:00
commit e71d3a3f07

View File

@ -2525,9 +2525,9 @@ switch ($tab) {
}); });
// Change description when edit port // 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`); $( "#textarea_description" ).text(`Checks port ${$( "#text-tcp_port" ).val()} is opened`);
}); });*/
// Set the position and width of the subtab // Set the position and width of the subtab
/* /*