diff --git a/www/manager6/qemu/Clone.js b/www/manager6/qemu/Clone.js index ce6e4f31..8a3b34a2 100644 --- a/www/manager6/qemu/Clone.js +++ b/www/manager6/qemu/Clone.js @@ -124,7 +124,7 @@ Ext.define('PVE.window.Clone', { params: params, method: 'GET', failure: function(response, opts) { - me.submitBtn.setDisabled(false); + me.lookupReference('submitBtn').setDisabled(true); Ext.Msg.alert('Error', response.htmlStatus); }, success: function(response, options) {