9996 Edit description when create ssh module

This commit is contained in:
Pablo Aragon 2022-12-21 17:05:01 +01:00
parent 9881cd82fc
commit d83abafaaa

View File

@ -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
/*