diff --git a/emhttp/plugins/dynamix.vm.manager/spice.html b/emhttp/plugins/dynamix.vm.manager/spice.html index 0c9684419..562786aff 100644 --- a/emhttp/plugins/dynamix.vm.manager/spice.html +++ b/emhttp/plugins/dynamix.vm.manager/spice.html @@ -74,7 +74,7 @@ document.getElementById('hostname').innerHTML = (vmname) ; if (auto === 'true' || auto == '1') { auto = true; - connect(); + setTimeout(connect, 3000); } function spice_error(e) { diff --git a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php index 008b987ed..a0449ef80 100644 --- a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php +++ b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php @@ -1068,7 +1068,7 @@