mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Add ssh port value to edit form
Add ssh port value to edit form
This commit is contained in:
parent
7aa201b9ee
commit
05f4a41e67
1 changed files with 2 additions and 1 deletions
1
assets/js/scripts.min.js
vendored
1
assets/js/scripts.min.js
vendored
|
@ -299,6 +299,7 @@ function modalServerEdit(id) {
|
|||
$("#me_ram_type").val(result["ram_type"]);
|
||||
$("#me_swap_type").val(result["swap_type"]);
|
||||
$("#me_virt").val(result["virt"]);
|
||||
$("#me_ssh_port").val(result["ssh_port"]);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue