mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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
|
// 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
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user