diff --git a/assets/js/scripts.min.js b/assets/js/scripts.min.js index 531e6c7..9437b85 100644 --- a/assets/js/scripts.min.js +++ b/assets/js/scripts.min.js @@ -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",