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
1 changed files with 3 additions and 3 deletions

View File

@ -2525,10 +2525,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() {