Commit ae547d21 authored by Dietmar Maurer's avatar Dietmar Maurer

HDMove: use POST intead of PUT

parent 8ac30d82
...@@ -17,7 +17,7 @@ Ext.define('PVE.window.HDMove', { ...@@ -17,7 +17,7 @@ Ext.define('PVE.window.HDMove', {
params: params, params: params,
url: '/nodes/' + me.nodename + '/qemu/' + me.vmid + '/move', url: '/nodes/' + me.nodename + '/qemu/' + me.vmid + '/move',
waitMsgTarget: me, waitMsgTarget: me,
method: 'PUT', method: 'POST',
failure: function(response, opts) { failure: function(response, opts) {
Ext.Msg.alert('Error', response.htmlStatus); Ext.Msg.alert('Error', response.htmlStatus);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment