mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-9996-descripcion-incorrecta-al-crear-modulo-ssh' into 'develop'
Ent 9996 descripcion incorrecta al crear modulo ssh See merge request artica/pandorafms!5351
This commit is contained in:
commit
db7205fed3
@ -2477,6 +2477,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
|
||||||
/*
|
/*
|
||||||
function agent_wizard_tab_setup() {
|
function agent_wizard_tab_setup() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user