mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
9996 Edit description when create ssh module
This commit is contained in:
parent
9881cd82fc
commit
d83abafaaa
@ -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
|
// Set the position and width of the subtab
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user