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:
commit
e71d3a3f07
|
@ -2525,9 +2525,9 @@ 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
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue