mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
Add ssh port value to edit form
Add ssh port value to edit form
This commit is contained in:
parent
7aa201b9ee
commit
05f4a41e67
3
assets/js/scripts.min.js
vendored
3
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"]);
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -350,7 +351,7 @@ function modalEditDomain(id) {
|
||||
function yabsModalView(hostname, id) {
|
||||
if ($('#yabsTextBox').length)
|
||||
{
|
||||
$('#yabsTextBox').remove();
|
||||
$('#yabsTextBox').remove();
|
||||
}
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
|
Loading…
Reference in New Issue
Block a user